Aracılığıyla paylaş


EndpointResourceState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.EndpointResourceState

public final class EndpointResourceState
extends com.microsoft.rest.ExpandableStringEnum<EndpointResourceState>

Defines values for EndpointResourceState.

Field Summary

Modifier and Type Field and Description
static final EndpointResourceState CREATING

Static value Creating for EndpointResourceState.

static final EndpointResourceState DELETING

Static value Deleting for EndpointResourceState.

static final EndpointResourceState RUNNING

Static value Running for EndpointResourceState.

static final EndpointResourceState STARTING

Static value Starting for EndpointResourceState.

static final EndpointResourceState STOPPED

Static value Stopped for EndpointResourceState.

static final EndpointResourceState STOPPING

Static value Stopping for EndpointResourceState.

Constructor Summary

Constructor Description
EndpointResourceState()

Method Summary

Modifier and Type Method and Description
static EndpointResourceState fromString(String name)

Creates or finds a EndpointResourceState from its string representation.

static java.util.Collection<EndpointResourceState> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

CREATING

public static final EndpointResourceState CREATING

Static value Creating for EndpointResourceState.

DELETING

public static final EndpointResourceState DELETING

Static value Deleting for EndpointResourceState.

RUNNING

public static final EndpointResourceState RUNNING

Static value Running for EndpointResourceState.

STARTING

public static final EndpointResourceState STARTING

Static value Starting for EndpointResourceState.

STOPPED

public static final EndpointResourceState STOPPED

Static value Stopped for EndpointResourceState.

STOPPING

public static final EndpointResourceState STOPPING

Static value Stopping for EndpointResourceState.

Constructor Details

EndpointResourceState

public EndpointResourceState()

Method Details

fromString

public static EndpointResourceState fromString(String name)

Creates or finds a EndpointResourceState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding EndpointResourceState

values

public static Collection values()

Returns:

known EndpointResourceState values

Applies to