Dela via


EventChannelProvisioningState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelProvisioningState

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

Defines values for EventChannelProvisioningState.

Field Summary

Modifier and Type Field and Description
static final EventChannelProvisioningState CANCELED

Static value Canceled for EventChannelProvisioningState.

static final EventChannelProvisioningState CREATING

Static value Creating for EventChannelProvisioningState.

static final EventChannelProvisioningState DELETING

Static value Deleting for EventChannelProvisioningState.

static final EventChannelProvisioningState FAILED

Static value Failed for EventChannelProvisioningState.

static final EventChannelProvisioningState SUCCEEDED

Static value Succeeded for EventChannelProvisioningState.

static final EventChannelProvisioningState UPDATING

Static value Updating for EventChannelProvisioningState.

Constructor Summary

Constructor Description
EventChannelProvisioningState()

Method Summary

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

Creates or finds a EventChannelProvisioningState from its string representation.

static java.util.Collection<EventChannelProvisioningState> 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

CANCELED

public static final EventChannelProvisioningState CANCELED

Static value Canceled for EventChannelProvisioningState.

CREATING

public static final EventChannelProvisioningState CREATING

Static value Creating for EventChannelProvisioningState.

DELETING

public static final EventChannelProvisioningState DELETING

Static value Deleting for EventChannelProvisioningState.

FAILED

public static final EventChannelProvisioningState FAILED

Static value Failed for EventChannelProvisioningState.

SUCCEEDED

public static final EventChannelProvisioningState SUCCEEDED

Static value Succeeded for EventChannelProvisioningState.

UPDATING

public static final EventChannelProvisioningState UPDATING

Static value Updating for EventChannelProvisioningState.

Constructor Details

EventChannelProvisioningState

public EventChannelProvisioningState()

Method Details

fromString

public static EventChannelProvisioningState fromString(String name)

Creates or finds a EventChannelProvisioningState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding EventChannelProvisioningState

values

public static Collection<EventChannelProvisioningState> values()

Returns:

known EventChannelProvisioningState values

Applies to