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