Class SharedPrivateLinkResourceAsyncOperationResult
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SharedPrivateLinkResourceAsyncOperationResult>
-
- com.azure.resourcemanager.search.models.SharedPrivateLinkResourceAsyncOperationResult
-
public final class SharedPrivateLinkResourceAsyncOperationResult extends com.azure.core.util.ExpandableStringEnum<SharedPrivateLinkResourceAsyncOperationResult>
Defines values for SharedPrivateLinkResourceAsyncOperationResult.
-
-
Field Summary
Fields Modifier and Type Field Description static SharedPrivateLinkResourceAsyncOperationResultFAILEDStatic value Failed for SharedPrivateLinkResourceAsyncOperationResult.static SharedPrivateLinkResourceAsyncOperationResultRUNNINGStatic value Running for SharedPrivateLinkResourceAsyncOperationResult.static SharedPrivateLinkResourceAsyncOperationResultSUCCEEDEDStatic value Succeeded for SharedPrivateLinkResourceAsyncOperationResult.
-
Constructor Summary
Constructors Constructor Description SharedPrivateLinkResourceAsyncOperationResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SharedPrivateLinkResourceAsyncOperationResultfromString(String name)Creates or finds a SharedPrivateLinkResourceAsyncOperationResult from its string representation.static Collection<SharedPrivateLinkResourceAsyncOperationResult>values()
-
-
-
Field Detail
-
RUNNING
public static final SharedPrivateLinkResourceAsyncOperationResult RUNNING
Static value Running for SharedPrivateLinkResourceAsyncOperationResult.
-
SUCCEEDED
public static final SharedPrivateLinkResourceAsyncOperationResult SUCCEEDED
Static value Succeeded for SharedPrivateLinkResourceAsyncOperationResult.
-
FAILED
public static final SharedPrivateLinkResourceAsyncOperationResult FAILED
Static value Failed for SharedPrivateLinkResourceAsyncOperationResult.
-
-
Method Detail
-
fromString
public static SharedPrivateLinkResourceAsyncOperationResult fromString(String name)
Creates or finds a SharedPrivateLinkResourceAsyncOperationResult from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SharedPrivateLinkResourceAsyncOperationResult.
-
values
public static Collection<SharedPrivateLinkResourceAsyncOperationResult> values()
- Returns:
- known SharedPrivateLinkResourceAsyncOperationResult values.
-
-