public enum SharedPrivateLinkResourceStatus extends Enum<SharedPrivateLinkResourceStatus>
| Enum Constant and Description |
|---|
APPROVED
Enum value Approved.
|
DISCONNECTED
Enum value Disconnected.
|
PENDING
Enum value Pending.
|
REJECTED
Enum value Rejected.
|
TIMEOUT
Enum value Timeout.
|
| Modifier and Type | Method and Description |
|---|---|
static SharedPrivateLinkResourceStatus |
fromString(String value)
Parses a serialized value to a SharedPrivateLinkResourceStatus instance.
|
String |
toString() |
static SharedPrivateLinkResourceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedPrivateLinkResourceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedPrivateLinkResourceStatus PENDING
public static final SharedPrivateLinkResourceStatus APPROVED
public static final SharedPrivateLinkResourceStatus REJECTED
public static final SharedPrivateLinkResourceStatus DISCONNECTED
public static final SharedPrivateLinkResourceStatus TIMEOUT
public static SharedPrivateLinkResourceStatus[] values()
public static SharedPrivateLinkResourceStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static SharedPrivateLinkResourceStatus fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<SharedPrivateLinkResourceStatus>Copyright © 2021 Microsoft Corporation. All rights reserved.