Uses of Class
com.azure.resourcemanager.storage.fluent.models.ContainerProperties
-
Packages that use ContainerProperties Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient. -
-
Uses of ContainerProperties in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ContainerProperties Modifier and Type Method Description ContainerPropertiesContainerProperties. withDefaultEncryptionScope(String defaultEncryptionScope)Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.ContainerPropertiesContainerProperties. withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride)Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.ContainerPropertiesContainerProperties. withImmutableStorageWithVersioning(ImmutableStorageWithVersioning immutableStorageWithVersioning)Set the immutableStorageWithVersioning property: The object level immutability property of the container.ContainerPropertiesContainerProperties. withMetadata(Map<String,String> metadata)Set the metadata property: A name-value pair to associate with the container as metadata.ContainerPropertiesContainerProperties. withPublicAccess(PublicAccess publicAccess)Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.
-