| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ListContainerItemInner |
ListContainerItemInner.withDefaultEncryptionScope(String defaultEncryptionScope)
Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.
|
ListContainerItemInner |
ListContainerItemInner.withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride)
Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.
|
ListContainerItemInner |
ListContainerItemInner.withMetadata(Map<String,String> metadata)
Set the metadata property: A name-value pair to associate with the container as metadata.
|
ListContainerItemInner |
ListContainerItemInner.withPublicAccess(PublicAccess publicAccess)
Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of
access.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.