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
FieldsModifier and TypeFieldDescriptionstatic final SharedPrivateLinkResourceAsyncOperationResultStatic value Failed for SharedPrivateLinkResourceAsyncOperationResult.static final SharedPrivateLinkResourceAsyncOperationResultStatic value Running for SharedPrivateLinkResourceAsyncOperationResult.static final SharedPrivateLinkResourceAsyncOperationResultStatic value Succeeded for SharedPrivateLinkResourceAsyncOperationResult. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a SharedPrivateLinkResourceAsyncOperationResult from its string representation.values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
RUNNING
Static value Running for SharedPrivateLinkResourceAsyncOperationResult. -
SUCCEEDED
Static value Succeeded for SharedPrivateLinkResourceAsyncOperationResult. -
FAILED
Static value Failed for SharedPrivateLinkResourceAsyncOperationResult.
-
-
Constructor Details
-
SharedPrivateLinkResourceAsyncOperationResult
public SharedPrivateLinkResourceAsyncOperationResult()
-
-
Method Details
-
fromString
Creates or finds a SharedPrivateLinkResourceAsyncOperationResult from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SharedPrivateLinkResourceAsyncOperationResult.
-
values
- Returns:
- known SharedPrivateLinkResourceAsyncOperationResult values.
-