Interface StorageAccount.UpdateStages.WithBlobAccess

All Known Subinterfaces:
StorageAccount.Update
Enclosing interface:
StorageAccount.UpdateStages

public static interface StorageAccount.UpdateStages.WithBlobAccess
The stage of storage account update allowing to configure blob access.
  • Method Details

    • enableBlobPublicAccess

      StorageAccount.Update enableBlobPublicAccess()
      Allows blob public access, configured by individual containers.
      Returns:
      the next stage of storage account update
    • disableBlobPublicAccess

      StorageAccount.Update disableBlobPublicAccess()
      Disables blob public access. Disabling in storage account overrides the public access settings for individual containers.
      Returns:
      the next stage of storage account update
    • enableSharedKeyAccess

      StorageAccount.Update enableSharedKeyAccess()
      Allows shared key access.
      Returns:
      the next stage of storage account update
    • disableSharedKeyAccess

      StorageAccount.Update disableSharedKeyAccess()
      Disables shared key access.
      Returns:
      the next stage of storage account update