PrivateEndpointConnectionProvisioningState Enum

  • java.lang.Object
    • java.lang.Enum<PrivateEndpointConnectionProvisioningState>
      • com.microsoft.azure.management.batch.PrivateEndpointConnectionProvisioningState

public enum PrivateEndpointConnectionProvisioningState

Defines values for PrivateEndpointConnectionProvisioningState.

Fields

FAILED

The user requested that the connection be updated and it failed. You may retry the update operation.

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. You may not reference the connection when connecting the Batch account.

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

String

Applies to