Delen via


Webhook Constructors

Definitie

Overloads

Webhook()

Hiermee initialiseert u een nieuw exemplaar van de webhookklasse.

Webhook(String, String, String, Nullable<Boolean>, String, DateTimeOffset, Nullable<DateTimeOffset>, IDictionary<String,String>, RunbookAssociationProperty, String, DateTimeOffset, DateTimeOffset, String, String)

Hiermee initialiseert u een nieuw exemplaar van de webhookklasse.

Webhook()

Hiermee initialiseert u een nieuw exemplaar van de webhookklasse.

public Webhook ();
Public Sub New ()

Van toepassing op

Webhook(String, String, String, Nullable<Boolean>, String, DateTimeOffset, Nullable<DateTimeOffset>, IDictionary<String,String>, RunbookAssociationProperty, String, DateTimeOffset, DateTimeOffset, String, String)

Hiermee initialiseert u een nieuw exemplaar van de webhookklasse.

public Webhook (string id = default, string name = default, string type = default, bool? isEnabled = default, string uri = default, DateTimeOffset expiryTime = default, DateTimeOffset? lastInvokedTime = default, System.Collections.Generic.IDictionary<string,string> parameters = default, Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook = default, string runOn = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default, string lastModifiedBy = default, string description = default);
new Microsoft.Azure.Management.Automation.Models.Webhook : string * string * string * Nullable<bool> * string * DateTimeOffset * Nullable<DateTimeOffset> * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty * string * DateTimeOffset * DateTimeOffset * string * string -> Microsoft.Azure.Management.Automation.Models.Webhook
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional uri As String = Nothing, Optional expiryTime As DateTimeOffset = Nothing, Optional lastInvokedTime As Nullable(Of DateTimeOffset) = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing, Optional runbook As RunbookAssociationProperty = Nothing, Optional runOn As String = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional lastModifiedBy As String = Nothing, Optional description As String = Nothing)

Parameters

id
String

Volledig gekwalificeerde resource-id voor de resource

name
String

De naam van de resource

type
String

Het type resource.

isEnabled
Nullable<Boolean>

Hiermee wordt de waarde van de ingeschakelde vlag van de webhook opgehaald of ingesteld.

uri
String

Hiermee wordt de webhook-URI opgehaald of ingesteld.

expiryTime
DateTimeOffset

Hiermee wordt de verlooptijd opgehaald of ingesteld.

lastInvokedTime
Nullable<DateTimeOffset>

Hiermee wordt het laatst aangeroepen tijdstip opgehaald of ingesteld.

parameters
IDictionary<String,String>

Hiermee worden de parameters opgehaald of ingesteld van de taak die wordt gemaakt wanneer de webhook het runbook aanroept waaraan het is gekoppeld.

runbook
RunbookAssociationProperty

Hiermee wordt het runbook opgehaald of ingesteld waarmee de webhook is gekoppeld.

runOn
String

Hiermee wordt de naam opgehaald of ingesteld van de hybride werkrolgroep waarop de webhooktaak wordt uitgevoerd.

creationTime
DateTimeOffset

Hiermee wordt de aanmaaktijd opgehaald of ingesteld.

lastModifiedTime
DateTimeOffset

Hiermee wordt de laatste wijzigingstijd opgehaald of ingesteld.

lastModifiedBy
String

Details van de gebruiker die de webhook het laatst heeft gewijzigd

description
String

Hiermee wordt de beschrijving opgehaald of ingesteld.

Van toepassing op