azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

30 строки
2.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerregistry.models.Webhook.UpdateStages.WithRepositoriesScope"
fullName: "com.azure.resourcemanager.containerregistry.models.Webhook.UpdateStages.WithRepositoriesScope"
name: "Webhook.UpdateStages.WithRepositoriesScope"
nameWithType: "Webhook.UpdateStages.WithRepositoriesScope"
summary: "The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered."
syntax: "public static interface Webhook.UpdateStages.WithRepositoriesScope"
methods:
- uid: "com.azure.resourcemanager.containerregistry.models.Webhook.UpdateStages.WithRepositoriesScope.withRepositoriesScope(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.models.Webhook.UpdateStages.WithRepositoriesScope.withRepositoriesScope(String repositoriesScope)"
name: "withRepositoriesScope(String repositoriesScope)"
nameWithType: "Webhook.UpdateStages.WithRepositoriesScope.withRepositoriesScope(String repositoriesScope)"
summary: "Specifies the scope of repositories where the event can be triggered."
modifiers:
- "abstract"
parameters:
- description: "the scope of repositories where the event can be triggered; empty means all\n events"
name: "repositoriesScope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Webhook.Update withRepositoriesScope(String repositoriesScope)"
desc: "Specifies the scope of repositories where the event can be triggered.\n\nFor example, 'foo:\\*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest', empty means all events."
returns:
description: "the next stage of the resource update"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.Webhook.Update?alt=com.azure.resourcemanager.containerregistry.models.Webhook.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered."
metadata: {}
package: "com.azure.resourcemanager.containerregistry.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.18.0