WebhookCreateOrUpdateParameters Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
- properties
- WebhookCreateOrUpdateProperties
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.
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
Azure SDK for .NET