public final class SharedPrivateLinkResourceAsyncOperationResult extends com.azure.core.util.ExpandableStringEnum<SharedPrivateLinkResourceAsyncOperationResult>
| Modifier and Type | Field and Description |
|---|---|
static SharedPrivateLinkResourceAsyncOperationResult |
FAILED
Static value Failed for SharedPrivateLinkResourceAsyncOperationResult.
|
static SharedPrivateLinkResourceAsyncOperationResult |
RUNNING
Static value Running for SharedPrivateLinkResourceAsyncOperationResult.
|
static SharedPrivateLinkResourceAsyncOperationResult |
SUCCEEDED
Static value Succeeded for SharedPrivateLinkResourceAsyncOperationResult.
|
| Constructor and Description |
|---|
SharedPrivateLinkResourceAsyncOperationResult() |
| Modifier and Type | Method and Description |
|---|---|
static SharedPrivateLinkResourceAsyncOperationResult |
fromString(String name)
Creates or finds a SharedPrivateLinkResourceAsyncOperationResult from its string representation.
|
static Collection<SharedPrivateLinkResourceAsyncOperationResult> |
values() |
public static final SharedPrivateLinkResourceAsyncOperationResult RUNNING
public static final SharedPrivateLinkResourceAsyncOperationResult SUCCEEDED
public static final SharedPrivateLinkResourceAsyncOperationResult FAILED
public SharedPrivateLinkResourceAsyncOperationResult()
public static SharedPrivateLinkResourceAsyncOperationResult fromString(String name)
name - a name to look for.public static Collection<SharedPrivateLinkResourceAsyncOperationResult> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.