Uses of Class
com.azure.resourcemanager.cdn.models.CustomDomainResourceState
-
Packages that use CustomDomainResourceState Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 CustomDomainResourceState Modifier and Type Method Description CustomDomainResourceStateCustomDomainInner. 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 CustomDomainResourceState Modifier and Type Field Description static CustomDomainResourceStateCustomDomainResourceState. ACTIVEStatic value Active for CustomDomainResourceState.static CustomDomainResourceStateCustomDomainResourceState. CREATINGStatic value Creating for CustomDomainResourceState.static CustomDomainResourceStateCustomDomainResourceState. DELETINGStatic value Deleting for CustomDomainResourceState.Methods in com.azure.resourcemanager.cdn.models that return CustomDomainResourceState Modifier and Type Method Description static 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 CustomDomainResourceState Modifier and Type Method Description static Collection<CustomDomainResourceState>CustomDomainResourceState. values()
-