Get Storage Container Result
data class GetStorageContainerResult(val containerAccessType: String, val defaultEncryptionScope: String, val encryptionScopeOverrideEnabled: Boolean, val hasImmutabilityPolicy: Boolean, val hasLegalHold: Boolean, val id: String, val metadata: Map<String, String>, val name: String, val resourceManagerId: String, val storageAccountId: String? = null, val storageAccountName: String? = null)
A collection of values returned by getStorageContainer.
Constructors
Link copied to clipboard
constructor(containerAccessType: String, defaultEncryptionScope: String, encryptionScopeOverrideEnabled: Boolean, hasImmutabilityPolicy: Boolean, hasLegalHold: Boolean, id: String, metadata: Map<String, String>, name: String, resourceManagerId: String, storageAccountId: String? = null, storageAccountName: String? = null)
Properties
Link copied to clipboard
The Access Level configured for this Container.
Link copied to clipboard
The default encryption scope in use for blobs uploaded to this container.
Link copied to clipboard
Whether blobs are allowed to override the default encryption scope for this container.
Link copied to clipboard
Is there an Immutability Policy configured on this Storage Container?
Link copied to clipboard
Is there a Legal Hold configured on this Storage Container?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard