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 Details

    • SYSTEM

      public static final StorageAuthentication SYSTEM
      Static value System for StorageAuthentication.
    • MANAGED_IDENTITY

      public static final StorageAuthentication MANAGED_IDENTITY
      Static value ManagedIdentity for StorageAuthentication.
  • Constructor Details

    • StorageAuthentication

      @Deprecated public StorageAuthentication()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of StorageAuthentication value.
  • Method Details

    • fromString

      public static StorageAuthentication fromString(String name)
      Creates or finds a StorageAuthentication from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding StorageAuthentication.
    • values

      public static Collection<StorageAuthentication> values()
      Gets known StorageAuthentication values.
      Returns:
      known StorageAuthentication values.