com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.WebhookInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.ContainerRegistryManager>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Refreshable<Webhook>, com.microsoft.azure.arm.model.Updatable<Webhook.Update>public interface Webhook extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.WebhookInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Refreshable<Webhook>, com.microsoft.azure.arm.model.Updatable<Webhook.Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.ContainerRegistryManager>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Webhook.Definition |
The entirety of the Webhook definition.
|
static interface |
Webhook.DefinitionStages |
Grouping of Webhook definition stages.
|
static interface |
Webhook.Update |
The template for a Webhook update operation, containing all the settings that can be modified.
|
static interface |
Webhook.UpdateStages |
Grouping of Webhook update stages.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<WebhookAction> |
actions() |
|
String |
id() |
|
String |
location() |
|
String |
name() |
|
ProvisioningState |
provisioningState() |
|
String |
scope() |
|
WebhookStatus |
status() |
|
Map<String,String> |
tags() |
|
String |
type() |
List<WebhookAction> actions()
String id()
String location()
String name()
ProvisioningState provisioningState()
String scope()
WebhookStatus status()
String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/