Interface StorageAccountCredential.DefinitionStages.WithConnectionString

All Known Subinterfaces:
StorageAccountCredential.Definition, StorageAccountCredential.DefinitionStages.WithCreate
Enclosing interface:
StorageAccountCredential.DefinitionStages

public static interface StorageAccountCredential.DefinitionStages.WithConnectionString
The stage of the StorageAccountCredential definition allowing to specify connectionString.
  • Method Details

    • withConnectionString

      StorageAccountCredential.DefinitionStages.WithCreate withConnectionString(String connectionString)
      Specifies the connectionString property: Connection string for the storage account. Use this string if username and account key are not specified..
      Parameters:
      connectionString - Connection string for the storage account. Use this string if username and account key are not specified.
      Returns:
      the next definition stage.