PrivateEndpointConnectionProvisioningState Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.PrivateEndpointConnectionProvisioningState

public enum PrivateEndpointConnectionProvisioningState
extends Enum<PrivateEndpointConnectionProvisioningState>

The provisioning state of the private endpoint connection.

Fields

CANCELLED

The user has cancelled the connection creation.

CREATING

The connection is creating.

DELETING

The connection is deleting.

FAILED

The user requested that the connection be updated and it failed.

SUCCEEDED

The connection status is final and is ready for use if Status is Approved.

UPDATING

The user has requested that the connection status be updated, but the update operation has not yet completed.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static PrivateEndpointConnectionProvisioningState fromString(String value)

Parses a serialized value to a PrivateEndpointConnectionProvisioningState instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed PrivateEndpointConnectionProvisioningState object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static PrivateEndpointConnectionProvisioningState valueOf(String name)

Parameters

name
String

Returns

values()

public static PrivateEndpointConnectionProvisioningState[] values()

Returns

Applies to