Aracılığıyla paylaş


StorageAccount.UpdateStages.WithBlobAccess Interface

public static interface StorageAccount.UpdateStages.WithBlobAccess

The stage of storage account update allowing to configure blob access.

Method Summary

Modifier and Type Method and Description
abstract Update disableBlobPublicAccess()

Disables blob public access.

abstract Update enableBlobPublicAccess()

Allows blob public access, configured by individual containers.

Method Details

disableBlobPublicAccess

public abstract 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

enableBlobPublicAccess

public abstract StorageAccount.Update enableBlobPublicAccess()

Allows blob public access, configured by individual containers.

Returns:

the next stage of storage account update

Applies to