Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static WebhookStatus |
WebhookStatus.DISABLED
Static value disabled for WebhookStatus.
|
static WebhookStatus |
WebhookStatus.ENABLED
Static value enabled for WebhookStatus.
|
Modifier and Type | Method and Description |
---|---|
static WebhookStatus |
WebhookStatus.fromString(String name)
Creates or finds a WebhookStatus from its string representation.
|
WebhookStatus |
WebhookUpdateParameters.status()
Get the status of the webhook at the time the operation was called.
|
WebhookStatus |
WebhookCreateParameters.status()
Get the status of the webhook at the time the operation was called.
|
Modifier and Type | Method and Description |
---|---|
static Collection<WebhookStatus> |
WebhookStatus.values() |
Modifier and Type | Method and Description |
---|---|
WebhookUpdateParameters |
WebhookUpdateParameters.withStatus(WebhookStatus status)
Set the status of the webhook at the time the operation was called.
|
WebhookCreateParameters |
WebhookCreateParameters.withStatus(WebhookStatus status)
Set the status of the webhook at the time the operation was called.
|
Copyright © 2019. All rights reserved.