Uses of Class
com.azure.resourcemanager.privatedns.models.ProvisioningState
Packages that use ProvisioningState
Package
Description
Package containing the inner data models for PrivateDnsManagementClient.
Package containing the data models for PrivateDnsManagementClient.
-
Uses of ProvisioningState in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return ProvisioningStateModifier and TypeMethodDescriptionPrivateZoneInner.provisioningState()Get the provisioningState property: The provisioning state of the resource.PrivateZoneProperties.provisioningState()Get the provisioningState property: The provisioning state of the resource.VirtualNetworkLinkInner.provisioningState()Get the provisioningState property: The provisioning state of the resource.VirtualNetworkLinkProperties.provisioningState()Get the provisioningState property: The provisioning state of the resource. -
Uses of ProvisioningState in com.azure.resourcemanager.privatedns.models
Fields in com.azure.resourcemanager.privatedns.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.privatedns.models that return ProvisioningStateModifier and TypeMethodDescriptionstatic ProvisioningStateProvisioningState.fromString(String name) Creates or finds a ProvisioningState from its string representation.PrivateDnsZone.provisioningState()Gets the provisioning state of the resource.VirtualNetworkLink.provisioningState()Gets the provisioning state of the virtual network link.Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type ProvisioningStateModifier and TypeMethodDescriptionstatic Collection<ProvisioningState> ProvisioningState.values()Gets known ProvisioningState values.