Partager via


IWithTriggerWhen<ParentT>.WithTriggerWhen(String[]) Méthode

Définition

Spécifie les actions qui déclencheront les notifications de webhook.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithServiceUri<ParentT> WithTriggerWhen (params string[] webhookActions);
abstract member WithTriggerWhen : string[] -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithServiceUri<'ParentT>
Public Function WithTriggerWhen (ParamArray webhookActions As String()) As IWithServiceUri(Of ParentT)

Paramètres

webhookActions
String[]

Actions de webhook.

Retours

S’applique à