Uses of Class
com.azure.resourcemanager.cdn.models.ProfileResourceState
-
Packages that use ProfileResourceState 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 ProfileResourceState in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ProfileResourceState Modifier and Type Method Description ProfileResourceStateProfileInner. resourceState()Get the resourceState property: Resource status of the profile. -
Uses of ProfileResourceState in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as ProfileResourceState Modifier and Type Field Description static ProfileResourceStateProfileResourceState. ACTIVEStatic value Active for ProfileResourceState.static ProfileResourceStateProfileResourceState. CREATINGStatic value Creating for ProfileResourceState.static ProfileResourceStateProfileResourceState. DELETINGStatic value Deleting for ProfileResourceState.static ProfileResourceStateProfileResourceState. DISABLEDStatic value Disabled for ProfileResourceState.Methods in com.azure.resourcemanager.cdn.models that return ProfileResourceState Modifier and Type Method Description static ProfileResourceStateProfileResourceState. fromString(String name)Creates or finds a ProfileResourceState from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ProfileResourceState Modifier and Type Method Description static Collection<ProfileResourceState>ProfileResourceState. values()
-