Uses of Class
com.azure.resourcemanager.storage.fluent.models.ContainerProperties
Packages that use ContainerProperties
Package
Description
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 ContainerPropertiesModifier and TypeMethodDescriptionContainerProperties.withDefaultEncryptionScope(String defaultEncryptionScope) Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.ContainerProperties.withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride) Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.ContainerProperties.withEnableNfsV3AllSquash(Boolean enableNfsV3AllSquash) Set the enableNfsV3AllSquash property: Enable NFSv3 all squash on blob container.ContainerProperties.withEnableNfsV3RootSquash(Boolean enableNfsV3RootSquash) Set the enableNfsV3RootSquash property: Enable NFSv3 root squash on blob container.ContainerProperties.withImmutableStorageWithVersioning(ImmutableStorageWithVersioning immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The object level immutability property of the container.ContainerProperties.withMetadata(Map<String, String> metadata) Set the metadata property: A name-value pair to associate with the container as metadata.ContainerProperties.withPublicAccess(PublicAccess publicAccess) Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.