Compartir a través de


WebhooksOperationsExtensions.BeginCreate Método

Definición

Crea un webhook para un registro de contenedor con los parámetros especificados.

public static Microsoft.Azure.Management.ContainerRegistry.Models.Webhook BeginCreate (this Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName, Microsoft.Azure.Management.ContainerRegistry.Models.WebhookCreateParameters webhookCreateParameters);
static member BeginCreate : Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.WebhookCreateParameters -> Microsoft.Azure.Management.ContainerRegistry.Models.Webhook
<Extension()>
Public Function BeginCreate (operations As IWebhooksOperations, resourceGroupName As String, registryName As String, webhookName As String, webhookCreateParameters As WebhookCreateParameters) As Webhook

Parámetros

operations
IWebhooksOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el registro de contenedor.

registryName
String

Nombre del registro de contenedor.

webhookName
String

Nombre del webhook.

webhookCreateParameters
WebhookCreateParameters

Parámetros para crear un webhook.

Devoluciones

Se aplica a