PrivateLinkServiceConnectionStatus Enum

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

public enum PrivateLinkServiceConnectionStatus

Defines values for PrivateLinkServiceConnectionStatus.

Fields

APPROVED

The private endpoint connection is approved and can be used to access Batch account.

DISCONNECTED

The private endpoint connection is disconnected and cannot be used to access Batch account.

PENDING

The private endpoint connection is pending and cannot be used to access Batch account.

REJECTED

The private endpoint connection is rejected and cannot be used to access Batch account.

Methods

fromString(String value)

public static PrivateLinkServiceConnectionStatus fromString(String value)

Parses a serialized value to a PrivateLinkServiceConnectionStatus instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to