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 Summary
Modifier and TypeMethodDescriptionDisables blob public access.Disables shared key access.Allows blob public access, configured by individual containers.Allows shared key 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
-