Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookStatus
-
Packages that use WebhookStatus Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of WebhookStatus in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return WebhookStatus Modifier and Type Method Description WebhookStatusWebhookInner. status()Get the status property: The status of the webhook at the time the operation was called.WebhookStatusWebhookProperties. status()Get the status property: The status of the webhook at the time the operation was called.WebhookStatusWebhookPropertiesCreateParameters. status()Get the status property: The status of the webhook at the time the operation was called.WebhookStatusWebhookPropertiesUpdateParameters. status()Get the status property: The status of the webhook at the time the operation was called.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type WebhookStatus Modifier and Type Method Description WebhookInnerWebhookInner. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called.WebhookPropertiesWebhookProperties. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called.WebhookPropertiesCreateParametersWebhookPropertiesCreateParameters. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called.WebhookPropertiesUpdateParametersWebhookPropertiesUpdateParameters. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called. -
Uses of WebhookStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as WebhookStatus Modifier and Type Field Description static WebhookStatusWebhookStatus. DISABLEDStatic value disabled for WebhookStatus.static WebhookStatusWebhookStatus. ENABLEDStatic value enabled for WebhookStatus.Methods in com.azure.resourcemanager.containerregistry.models that return WebhookStatus Modifier and Type Method Description static WebhookStatusWebhookStatus. fromString(String name)Creates or finds a WebhookStatus from its string representation.WebhookStatusWebhookCreateParameters. status()Get the status property: The status of the webhook at the time the operation was called.WebhookStatusWebhookUpdateParameters. status()Get the status property: The status of the webhook at the time the operation was called.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type WebhookStatus Modifier and Type Method Description static Collection<WebhookStatus>WebhookStatus. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type WebhookStatus Modifier and Type Method Description WebhookCreateParametersWebhookCreateParameters. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called.WebhookUpdateParametersWebhookUpdateParameters. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called.
-