Interface StorageAccount.UpdateStages.WithBlobAccess

    • Method Detail

      • 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