Class AzureStorageAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AzureStorageAuthenticationType>
com.azure.resourcemanager.datafactory.models.AzureStorageAuthenticationType

public final class AzureStorageAuthenticationType extends com.azure.core.util.ExpandableStringEnum<AzureStorageAuthenticationType>
The type used for authentication. Type: string.
  • Field Details

  • Constructor Details

    • AzureStorageAuthenticationType

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

    • fromString

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

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