Uses of Class
com.azure.resourcemanager.containerregistry.models.ProvisioningState
-
Packages that use ProvisioningState 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 ProvisioningState in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ProvisioningState Modifier and Type Method Description ProvisioningStateAgentPoolInner. provisioningState()Get the provisioningState property: The provisioning state of this agent pool.ProvisioningStateAgentPoolProperties. provisioningState()Get the provisioningState property: The provisioning state of this agent pool.ProvisioningStatePrivateEndpointConnectionInner. provisioningState()Get the provisioningState property: The provisioning state of private endpoint connection resource.ProvisioningStatePrivateEndpointConnectionProperties. provisioningState()Get the provisioningState property: The provisioning state of private endpoint connection resource.ProvisioningStateRegistryInner. provisioningState()Get the provisioningState property: The provisioning state of the container registry at the time the operation was called.ProvisioningStateRegistryProperties. provisioningState()Get the provisioningState property: The provisioning state of the container registry at the time the operation was called.ProvisioningStateReplicationInner. provisioningState()Get the provisioningState property: The provisioning state of the replication at the time the operation was called.ProvisioningStateReplicationProperties. provisioningState()Get the provisioningState property: The provisioning state of the replication at the time the operation was called.ProvisioningStateRunInner. provisioningState()Get the provisioningState property: The provisioning state of a run.ProvisioningStateRunProperties. provisioningState()Get the provisioningState property: The provisioning state of a run.ProvisioningStateTaskInner. provisioningState()Get the provisioningState property: The provisioning state of the task.ProvisioningStateTaskProperties. provisioningState()Get the provisioningState property: The provisioning state of the task.ProvisioningStateTaskRunInner. provisioningState()Get the provisioningState property: The provisioning state of this task run.ProvisioningStateTaskRunPropertiesInner. provisioningState()Get the provisioningState property: The provisioning state of this task run.ProvisioningStateWebhookInner. provisioningState()Get the provisioningState property: The provisioning state of the webhook at the time the operation was called.ProvisioningStateWebhookProperties. provisioningState()Get the provisioningState property: The provisioning state of the webhook at the time the operation was called.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type ProvisioningState Modifier and Type Method Description RunInnerRunInner. withProvisioningState(ProvisioningState provisioningState)Set the provisioningState property: The provisioning state of a run.RunPropertiesRunProperties. withProvisioningState(ProvisioningState provisioningState)Set the provisioningState property: The provisioning state of a run. -
Uses of ProvisioningState in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as ProvisioningState Modifier and Type Field Description static ProvisioningStateProvisioningState. CANCELEDStatic value Canceled for ProvisioningState.static ProvisioningStateProvisioningState. CREATINGStatic value Creating for ProvisioningState.static ProvisioningStateProvisioningState. DELETINGStatic value Deleting for ProvisioningState.static ProvisioningStateProvisioningState. FAILEDStatic value Failed for ProvisioningState.static ProvisioningStateProvisioningState. SUCCEEDEDStatic value Succeeded for ProvisioningState.static ProvisioningStateProvisioningState. UPDATINGStatic value Updating for ProvisioningState.Methods in com.azure.resourcemanager.containerregistry.models that return ProvisioningState Modifier and Type Method Description static ProvisioningStateProvisioningState. fromString(String name)Creates or finds a ProvisioningState from its string representation.ProvisioningStateRegistryTask. provisioningState()ProvisioningStateRegistryTaskRun. provisioningState()ProvisioningStateWebhook. provisioningState()Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ProvisioningState Modifier and Type Method Description static Collection<ProvisioningState>ProvisioningState. values()
-