Uses of Class
com.azure.resourcemanager.cdn.models.OriginGroupResourceState
-
Packages that use OriginGroupResourceState 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 OriginGroupResourceState in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return OriginGroupResourceState Modifier and Type Method Description OriginGroupResourceStateOriginGroupInner. resourceState()Get the resourceState property: Resource status of the origin group.OriginGroupResourceStateOriginGroupProperties. 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 OriginGroupResourceState Modifier and Type Field Description static OriginGroupResourceStateOriginGroupResourceState. ACTIVEStatic value Active for OriginGroupResourceState.static OriginGroupResourceStateOriginGroupResourceState. CREATINGStatic value Creating for OriginGroupResourceState.static OriginGroupResourceStateOriginGroupResourceState. DELETINGStatic value Deleting for OriginGroupResourceState.Methods in com.azure.resourcemanager.cdn.models that return OriginGroupResourceState Modifier and Type Method Description static 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 OriginGroupResourceState Modifier and Type Method Description static Collection<OriginGroupResourceState>OriginGroupResourceState. values()
-