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