OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
Office365ConnectorHelper
Contains a task to send notification messages to a Office 356 Connector webhook
Sample
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: |
|
type Uri =
new : uriString:string -> Uri + 5 overloads
member AbsolutePath : string
member AbsoluteUri : string
member Authority : string
member DnsSafeHost : string
member Equals : comparand:obj -> bool
member Fragment : string
member GetComponents : components:UriComponents * format:UriFormat -> string
member GetHashCode : unit -> int
member GetLeftPart : part:UriPartial -> string
...
--------------------
System.Uri(uriString: string) : System.Uri
System.Uri(uriString: string, uriKind: System.UriKind) : System.Uri
System.Uri(baseUri: System.Uri, relativeUri: string) : System.Uri
System.Uri(baseUri: System.Uri, relativeUri: System.Uri) : System.Uri
Nested types and modules
Type | Description |
ColorHexValue |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. This type alias gives you a hint where you have to use a Hex color value (e.g. #AAFF77) |
ConnectorCard |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. This is the base data, which will be sent to the Office 365 webhook connector |
Fact |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. A simple key/value pair |
Image |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Represents a described image object |
ImageUri |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Represents the URI to an image (either a normal URI or a DataUri) |
MarkdownString |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. This type alias for string gives you a hint where you can use markdown |
Section |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. A section in a ConnectorCard |
SimpleString |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. This type alias for string gives you a hint where you can't use markdown |
ViewAction |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Represents an action button |
Functions and values
Function or value | Description |
ConnectorCardDefaults
Signature: ConnectorCard
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Default values for a ConnectorCard (everything is empty here) |
Office365Notification(...)
Signature: webhookURL:string -> setParams:(ConnectorCard -> ConnectorCard) -> string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Sends a notification to an Office 365 Connector Parameters
|
SectionDefaults
Signature: Section
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Default values for a Section in a ConnectorCard (everything is empty here) |