Uses of Class
com.azure.resourcemanager.containerregistry.models.ProvisioningState
Packages that use ProvisioningState
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
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 ProvisioningStateModifier and TypeMethodDescriptionAgentPoolInner.provisioningState()Get the provisioningState property: The provisioning state of this agent pool.AgentPoolProperties.provisioningState()Get the provisioningState property: The provisioning state of this agent pool.CacheRuleInner.provisioningState()Get the provisioningState property: Provisioning state of the resource.CacheRuleProperties.provisioningState()Get the provisioningState property: Provisioning state of the resource.CredentialSetInner.provisioningState()Get the provisioningState property: Provisioning state of the resource.CredentialSetProperties.provisioningState()Get the provisioningState property: Provisioning state of the resource.PrivateEndpointConnectionInner.provisioningState()Get the provisioningState property: The provisioning state of private endpoint connection resource.PrivateEndpointConnectionProperties.provisioningState()Get the provisioningState property: The provisioning state of private endpoint connection resource.RegistryInner.provisioningState()Get the provisioningState property: The provisioning state of the container registry at the time the operation was called.RegistryProperties.provisioningState()Get the provisioningState property: The provisioning state of the container registry at the time the operation was called.ReplicationInner.provisioningState()Get the provisioningState property: The provisioning state of the replication at the time the operation was called.ReplicationProperties.provisioningState()Get the provisioningState property: The provisioning state of the replication at the time the operation was called.RunInner.provisioningState()Get the provisioningState property: The provisioning state of a run.RunProperties.provisioningState()Get the provisioningState property: The provisioning state of a run.ScopeMapInner.provisioningState()Get the provisioningState property: Provisioning state of the resource.ScopeMapProperties.provisioningState()Get the provisioningState property: Provisioning state of the resource.TaskInner.provisioningState()Get the provisioningState property: The provisioning state of the task.TaskProperties.provisioningState()Get the provisioningState property: The provisioning state of the task.TaskRunInner.provisioningState()Get the provisioningState property: The provisioning state of this task run.TaskRunPropertiesInner.provisioningState()Get the provisioningState property: The provisioning state of this task run.TokenInner.provisioningState()Get the provisioningState property: Provisioning state of the resource.TokenProperties.provisioningState()Get the provisioningState property: Provisioning state of the resource.WebhookInner.provisioningState()Get the provisioningState property: The provisioning state of the webhook at the time the operation was called.WebhookProperties.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 ProvisioningStateModifier and TypeMethodDescriptionRunInner.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of a run.RunProperties.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 ProvisioningStateModifier and TypeFieldDescriptionstatic final ProvisioningStateProvisioningState.CANCELEDStatic value Canceled for ProvisioningState.static final ProvisioningStateProvisioningState.CREATINGStatic value Creating for ProvisioningState.static final ProvisioningStateProvisioningState.DELETINGStatic value Deleting for ProvisioningState.static final ProvisioningStateProvisioningState.FAILEDStatic value Failed for ProvisioningState.static final ProvisioningStateProvisioningState.SUCCEEDEDStatic value Succeeded for ProvisioningState.static final ProvisioningStateProvisioningState.UPDATINGStatic value Updating for ProvisioningState.Methods in com.azure.resourcemanager.containerregistry.models that return ProvisioningStateModifier and TypeMethodDescriptionstatic ProvisioningStateProvisioningState.fromString(String name) Creates or finds a ProvisioningState from its string representation.RegistryTask.provisioningState()Gets the provisioning state of the build task.RegistryTaskRun.provisioningState()Gets the provisioning state of the run request.Webhook.provisioningState()Gets the provisioning state of the webhook.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ProvisioningStateModifier and TypeMethodDescriptionstatic Collection<ProvisioningState> ProvisioningState.values()Gets known ProvisioningState values.