Compartilhar via


WebhookInner Construtores

Definição

Sobrecargas

WebhookInner()

Inicializa uma nova instância da classe WebhookInner.

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

Inicializa uma nova instância da classe WebhookInner.

WebhookInner()

Inicializa uma nova instância da classe WebhookInner.

public WebhookInner();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

actions
IList<String>

A lista de ações que disparam o webhook para postar notificações.

location
String
id
String
name
String
type
String
status
String

O status do webhook no momento em que a operação foi chamada. Os valores possíveis incluem: 'enabled', 'disabled'

scope
String

O escopo dos repositórios em que o evento pode ser disparado. Por exemplo, 'foo:*' significa eventos para todas as marcas no repositório 'foo'. 'foo:bar' significa eventos somente para 'foo:bar'. 'foo' é equivalente a 'foo:latest'. Vazio significa todos os eventos.

provisioningState
String

O estado de provisionamento do webhook no momento em que a operação foi chamada. Os valores possíveis incluem: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'

Aplica-se a