Uses of Class
com.azure.resourcemanager.cdn.models.EndpointResourceState
-
Packages that use EndpointResourceState 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 EndpointResourceState in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return EndpointResourceState Modifier and Type Method Description EndpointResourceStateEndpointInner. resourceState()Get the resourceState property: Resource status of the endpoint.EndpointResourceStateEndpointProperties. resourceState()Get the resourceState property: Resource status of the endpoint. -
Uses of EndpointResourceState in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as EndpointResourceState Modifier and Type Field Description static EndpointResourceStateEndpointResourceState. CREATINGStatic value Creating for EndpointResourceState.static EndpointResourceStateEndpointResourceState. DELETINGStatic value Deleting for EndpointResourceState.static EndpointResourceStateEndpointResourceState. RUNNINGStatic value Running for EndpointResourceState.static EndpointResourceStateEndpointResourceState. STARTINGStatic value Starting for EndpointResourceState.static EndpointResourceStateEndpointResourceState. STOPPEDStatic value Stopped for EndpointResourceState.static EndpointResourceStateEndpointResourceState. STOPPINGStatic value Stopping for EndpointResourceState.Methods in com.azure.resourcemanager.cdn.models that return EndpointResourceState Modifier and Type Method Description static EndpointResourceStateEndpointResourceState. fromString(String name)Creates or finds a EndpointResourceState from its string representation.EndpointResourceStateCdnEndpoint. resourceState()Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type EndpointResourceState Modifier and Type Method Description static Collection<EndpointResourceState>EndpointResourceState. values()
-