Interface BlobContainer.UpdateStages.WithPublicAccess
- All Known Subinterfaces:
BlobContainer.Update
- Enclosing interface:
- BlobContainer.UpdateStages
public static interface BlobContainer.UpdateStages.WithPublicAccess
The stage of the blobcontainer update allowing to specify PublicAccess.
-
Method Summary
Modifier and TypeMethodDescriptionwithPublicAccess(PublicAccess publicAccess) Specifies publicAccess.
-
Method Details
-
withPublicAccess
Specifies publicAccess.- Parameters:
publicAccess- Specifies whether data in the container may be accessed publicly and the level of access. Possible values include: 'Container', 'Blob', 'None'- Returns:
- the next update stage
-