Class StorageAuthentication
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageAuthentication>
com.azure.resourcemanager.mediaservices.models.StorageAuthentication
public final class StorageAuthentication
extends com.azure.core.util.ExpandableStringEnum<StorageAuthentication>
Defines values for StorageAuthentication.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StorageAuthentication
Static value ManagedIdentity for StorageAuthentication.static final StorageAuthentication
Static value System for StorageAuthentication. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StorageAuthentication
fromString
(String name) Creates or finds a StorageAuthentication from its string representation.static Collection<StorageAuthentication>
values()
Gets known StorageAuthentication values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SYSTEM
Static value System for StorageAuthentication. -
MANAGED_IDENTITY
Static value ManagedIdentity for StorageAuthentication.
-
-
Constructor Details
-
StorageAuthentication
Deprecated.Use thefromString(String)
factory method.Creates a new instance of StorageAuthentication value.
-
-
Method Details
-
fromString
Creates or finds a StorageAuthentication from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding StorageAuthentication.
-
values
Gets known StorageAuthentication values.- Returns:
- known StorageAuthentication values.
-
fromString(String)
factory method.