Uses of Class
com.azure.resourcemanager.cdn.models.CustomDomainResourceState
Packages that use CustomDomainResourceState
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of CustomDomainResourceState in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return CustomDomainResourceStateModifier and TypeMethodDescriptionCustomDomainInner.resourceState()Get the resourceState property: Resource status of the custom domain.CustomDomainProperties.resourceState()Get the resourceState property: Resource status of the custom domain. -
Uses of CustomDomainResourceState in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as CustomDomainResourceStateModifier and TypeFieldDescriptionstatic final CustomDomainResourceStateCustomDomainResourceState.ACTIVEStatic value Active for CustomDomainResourceState.static final CustomDomainResourceStateCustomDomainResourceState.CREATINGStatic value Creating for CustomDomainResourceState.static final CustomDomainResourceStateCustomDomainResourceState.DELETINGStatic value Deleting for CustomDomainResourceState.Methods in com.azure.resourcemanager.cdn.models that return CustomDomainResourceStateModifier and TypeMethodDescriptionstatic CustomDomainResourceStateCustomDomainResourceState.fromString(String name) Creates or finds a CustomDomainResourceState from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CustomDomainResourceStateModifier and TypeMethodDescriptionstatic Collection<CustomDomainResourceState> CustomDomainResourceState.values()Gets known CustomDomainResourceState values.