Compartilhar via


WebhooksOperationsExtensions.Ping Método

Definição

Disparar um evento de ping para ser enviado ao webhook.

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

Parâmetros

operations
IWebhooksOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos ao qual o registro de contêiner pertence.

registryName
String

O nome do registro de contêiner.

webhookName
String

O nome do webhook.

Retornos

Aplica-se a