Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookStatus
Packages that use WebhookStatus
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
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 WebhookStatusModifier and TypeMethodDescriptionWebhookInner.status()Get the status property: The status of the webhook at the time the operation was called.WebhookProperties.status()Get the status property: The status of the webhook at the time the operation was called.WebhookPropertiesCreateParameters.status()Get the status property: The status of the webhook at the time the operation was called.WebhookPropertiesUpdateParameters.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 WebhookStatusModifier and TypeMethodDescriptionWebhookInner.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.WebhookProperties.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.WebhookPropertiesCreateParameters.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.WebhookPropertiesUpdateParameters.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 WebhookStatusModifier and TypeFieldDescriptionstatic final WebhookStatusWebhookStatus.DISABLEDStatic value disabled for WebhookStatus.static final WebhookStatusWebhookStatus.ENABLEDStatic value enabled for WebhookStatus.Methods in com.azure.resourcemanager.containerregistry.models that return WebhookStatusModifier and TypeMethodDescriptionstatic WebhookStatusWebhookStatus.fromString(String name) Creates or finds a WebhookStatus from its string representation.WebhookCreateParameters.status()Get the status property: The status of the webhook at the time the operation was called.WebhookUpdateParameters.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 WebhookStatusModifier and TypeMethodDescriptionstatic Collection<WebhookStatus> WebhookStatus.values()Gets known WebhookStatus values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type WebhookStatusModifier and TypeMethodDescriptionWebhookCreateParameters.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.WebhookUpdateParameters.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.