Partager via


WebhookInner Constructeurs

Définition

Surcharges

WebhookInner()

Initialise une nouvelle instance de la classe WebhookInner.

WebhookInner(IList<String>, String, String, String, String, IDictionary<String,String>, String, String, String)

Initialise une nouvelle instance de la classe WebhookInner.

WebhookInner()

Initialise une nouvelle instance de la classe WebhookInner.

public WebhookInner ();
Public Sub New ()

S’applique à

WebhookInner(IList<String>, String, String, String, String, IDictionary<String,String>, String, String, String)

Initialise une nouvelle instance de la classe WebhookInner.

public WebhookInner (System.Collections.Generic.IList<string> actions, string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string status = default, string scope = default, string provisioningState = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner : System.Collections.Generic.IList<string> * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner
Public Sub New (actions As IList(Of String), Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional status As String = Nothing, Optional scope As String = Nothing, Optional provisioningState As String = Nothing)

Paramètres

actions
IList<String>

Liste des actions qui déclenchent le webhook pour publier des notifications.

location
String
id
String
name
String
type
String
status
String

La status du webhook au moment de l’appel de l’opération. Les valeurs possibles sont les suivantes : 'enabled', 'disabled'

scope
String

Étendue des dépôts où l’événement peut être déclenché. Par exemple, « foo:* » désigne les événements pour toutes les balises sous le référentiel « foo ». 'foo:bar' signifie les événements pour 'foo:bar' uniquement. 'foo' équivaut à 'foo:latest'. Vide signifie tous les événements.

provisioningState
String

État d’approvisionnement du webhook au moment de l’appel de l’opération. Les valeurs possibles sont les suivantes : « Création », « Mise à jour », « Suppression », « Réussi », « Échec », « Annulé »

S’applique à