Sdílet prostřednictvím


Webhook Konstruktory

Definice

Přetížení

Webhook()

Inicializuje novou instanci třídy Webhook.

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

Inicializuje novou instanci třídy Webhook.

Webhook()

Inicializuje novou instanci třídy Webhook.

public Webhook ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci třídy Webhook.

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)

Parametry

id
String

Plně kvalifikované ID prostředku pro prostředek

name
String

Název prostředku

type
String

Typ prostředku.

isEnabled
Nullable<Boolean>

Získá nebo nastaví hodnotu povoleného příznaku webhooku.

uri
String

Získá nebo nastaví identifikátor URI webhooku.

expiryTime
DateTimeOffset

Získá nebo nastaví čas vypršení platnosti.

lastInvokedTime
Nullable<DateTimeOffset>

Získá nebo nastaví čas posledního vyvolání.

parameters
IDictionary<String,String>

Získá nebo nastaví parametry úlohy, která se vytvoří, když webhook volá runbook, ke kterému je přidružen.

runbook
RunbookAssociationProperty

Získá nebo nastaví runbook, ke kterým je webhook přidružený.

runOn
String

Získá nebo nastaví název skupiny hybrid worker, ve které bude úloha webhooku spuštěna.

creationTime
DateTimeOffset

Získá nebo nastaví čas vytvoření.

lastModifiedTime
DateTimeOffset

Získá nebo nastaví čas poslední změny.

lastModifiedBy
String

Podrobnosti o uživateli, který webhook naposledy upravil

description
String

Získá nebo nastaví popis.

Platí pro