Uses of Class
com.azure.resourcemanager.cdn.models.ProfileResourceState
Packages that use ProfileResourceState
Package
Description
Package containing the inner data models for CdnManagementClient.
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 ProfileResourceStateModifier and TypeMethodDescriptionProfileInner.resourceState()Get the resourceState property: Resource status of the profile.ProfileProperties.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 ProfileResourceStateModifier and TypeFieldDescriptionstatic final ProfileResourceStateProfileResourceState.ACTIVEStatic value Active for ProfileResourceState.static final ProfileResourceStateProfileResourceState.CREATINGStatic value Creating for ProfileResourceState.static final ProfileResourceStateProfileResourceState.DELETINGStatic value Deleting for ProfileResourceState.static final ProfileResourceStateProfileResourceState.DISABLEDStatic value Disabled for ProfileResourceState.Methods in com.azure.resourcemanager.cdn.models that return ProfileResourceStateModifier and TypeMethodDescriptionstatic 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 ProfileResourceStateModifier and TypeMethodDescriptionstatic Collection<ProfileResourceState>ProfileResourceState.values()Gets known ProfileResourceState values.