Delen via


WebhookCreateOrUpdateParameters Constructors

Definitie

Overloads

WebhookCreateOrUpdateParameters()

Initialiseert een nieuw exemplaar van de klasse WebhookCreateOrUpdateParameters.

WebhookCreateOrUpdateParameters(String, WebhookCreateOrUpdateProperties)
WebhookCreateOrUpdateParameters(String, Nullable<Boolean>, String, DateTimeOffset, IDictionary<String,String>, RunbookAssociationProperty, String)

Initialiseert een nieuw exemplaar van de klasse WebhookCreateOrUpdateParameters.

WebhookCreateOrUpdateParameters()

Initialiseert een nieuw exemplaar van de klasse WebhookCreateOrUpdateParameters.

public WebhookCreateOrUpdateParameters();
Public Sub New ()

Van toepassing op

WebhookCreateOrUpdateParameters(String, WebhookCreateOrUpdateProperties)

public WebhookCreateOrUpdateParameters(string name, Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters
Public Sub New (name As String, properties As WebhookCreateOrUpdateProperties)

Parameters

name
String

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse WebhookCreateOrUpdateParameters.

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

Parameters

name
String

Hiermee wordt de naam van de webhook opgehaald of ingesteld.

isEnabled
Nullable<Boolean>

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

uri
String

Hiermee wordt de URI opgehaald of ingesteld.

expiryTime
DateTimeOffset

Hiermee wordt de verlooptijd opgehaald of ingesteld.

parameters
IDictionary<String,String>

Hiermee worden de parameters van de taak opgehaald of ingesteld.

runbook
RunbookAssociationProperty

Hiermee wordt het runbook opgehaald of ingesteld.

runOn
String

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

Van toepassing op