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