public static interface BlobContainer.UpdateStages.WithPublicAccess
| Modifier and Type | Method and Description |
|---|---|
BlobContainer.Update |
withPublicAccess(PublicAccess publicAccess)
Specifies publicAccess.
|
BlobContainer.Update withPublicAccess(PublicAccess publicAccess)
publicAccess - Specifies whether data in the container may be accessed publicly and the level of access. Possible values include: 'Container', 'Blob', 'None'/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/