azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

137 строки
9.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient"
fullName: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient"
name: "Registries.WebhooksClient"
nameWithType: "Registries.WebhooksClient"
summary: "Grouping of registry webhook actions."
syntax: "public static interface **Registries.WebhooksClient**"
methods:
- uid: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.delete(String resourceGroupName, String registryName, String webhookName)"
name: "delete(String resourceGroupName, String registryName, String webhookName)"
nameWithType: "Registries.WebhooksClient.delete(String resourceGroupName, String registryName, String webhookName)"
summary: "Deletes a webhook from the container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the webhook"
name: "webhookName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String registryName, String webhookName)"
desc: "Deletes a webhook from the container registry."
- uid: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.deleteAsync(String resourceGroupName, String registryName, String webhookName)"
name: "deleteAsync(String resourceGroupName, String registryName, String webhookName)"
nameWithType: "Registries.WebhooksClient.deleteAsync(String resourceGroupName, String registryName, String webhookName)"
summary: "Deletes a webhook from the container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the webhook"
name: "webhookName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String registryName, String webhookName)"
desc: "Deletes a webhook from the container registry."
returns:
description: "a representation of the future computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.get(String resourceGroupName, String registryName, String webhookName)"
name: "get(String resourceGroupName, String registryName, String webhookName)"
nameWithType: "Registries.WebhooksClient.get(String resourceGroupName, String registryName, String webhookName)"
summary: "Gets the properties of the specified webhook."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the webhook"
name: "webhookName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Webhook get(String resourceGroupName, String registryName, String webhookName)"
desc: "Gets the properties of the specified webhook."
returns:
description: "the Webhook object if successful"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Webhook?alt=com.microsoft.azure.management.containerregistry.Webhook&text=Webhook\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.getAsync(String resourceGroupName, String registryName, String webhookName)"
name: "getAsync(String resourceGroupName, String registryName, String webhookName)"
nameWithType: "Registries.WebhooksClient.getAsync(String resourceGroupName, String registryName, String webhookName)"
summary: "Gets the properties of the specified webhook."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the webhook"
name: "webhookName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Webhook> getAsync(String resourceGroupName, String registryName, String webhookName)"
desc: "Gets the properties of the specified webhook."
returns:
description: "a representation of the future computation of this call, returning the Webhook object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Webhook?alt=com.microsoft.azure.management.containerregistry.Webhook&text=Webhook\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.list(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.list(String resourceGroupName, String registryName)"
name: "list(String resourceGroupName, String registryName)"
nameWithType: "Registries.WebhooksClient.list(String resourceGroupName, String registryName)"
summary: "Lists all the webhooks for the container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<Webhook> list(String resourceGroupName, String registryName)"
desc: "Lists all the webhooks for the container registry."
returns:
description: "the list of all the webhooks for the specified container registry"
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Webhook?alt=com.microsoft.azure.management.containerregistry.Webhook&text=Webhook\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.listAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.Registries.WebhooksClient.listAsync(String resourceGroupName, String registryName)"
name: "listAsync(String resourceGroupName, String registryName)"
nameWithType: "Registries.WebhooksClient.listAsync(String resourceGroupName, String registryName)"
summary: "Lists all the webhooks for the container registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group name"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the registry name"
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Webhook> listAsync(String resourceGroupName, String registryName)"
desc: "Lists all the webhooks for the container registry."
returns:
description: "a representation of the future computation of this call, returning the list of all the webhooks for the specified container registry"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Webhook?alt=com.microsoft.azure.management.containerregistry.Webhook&text=Webhook\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Grouping of registry webhook actions."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4