public static interface Registries.WebhooksClient
Modifier and Type | Method and Description |
---|---|
void |
delete(String resourceGroupName,
String registryName,
String webhookName)
Deletes a webhook from the container registry.
|
rx.Completable |
deleteAsync(String resourceGroupName,
String registryName,
String webhookName)
Deletes a webhook from the container registry.
|
Webhook |
get(String resourceGroupName,
String registryName,
String webhookName)
Gets the properties of the specified webhook.
|
rx.Observable<Webhook> |
getAsync(String resourceGroupName,
String registryName,
String webhookName)
Gets the properties of the specified webhook.
|
PagedList<Webhook> |
list(String resourceGroupName,
String registryName)
Lists all the webhooks for the container registry.
|
rx.Observable<Webhook> |
listAsync(String resourceGroupName,
String registryName)
Lists all the webhooks for the container registry.
|
@Beta(value=V1_4_0) Webhook get(String resourceGroupName, String registryName, String webhookName)
resourceGroupName
- the resource group nameregistryName
- the registry namewebhookName
- the name of the webhook@Beta(value=V1_4_0) rx.Observable<Webhook> getAsync(String resourceGroupName, String registryName, String webhookName)
resourceGroupName
- the resource group nameregistryName
- the registry namewebhookName
- the name of the webhook@Beta(value=V1_4_0) void delete(String resourceGroupName, String registryName, String webhookName)
resourceGroupName
- the resource group nameregistryName
- the registry namewebhookName
- the name of the webhook@Beta(value=V1_4_0) rx.Completable deleteAsync(String resourceGroupName, String registryName, String webhookName)
resourceGroupName
- the resource group nameregistryName
- the registry namewebhookName
- the name of the webhook@Beta(value=V1_4_0) PagedList<Webhook> list(String resourceGroupName, String registryName)
resourceGroupName
- the resource group nameregistryName
- the registry name@Beta(value=V1_4_0) rx.Observable<Webhook> listAsync(String resourceGroupName, String registryName)
resourceGroupName
- the resource group nameregistryName
- the registry nameCopyright © 2019. All rights reserved.