BlobContainerLegalHold

class BlobContainerLegalHold : KotlinCustomResource

.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:storage:BlobContainerLegalHold myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/legalHold

Properties

Link copied to clipboard
val accountName: Output<String>?

Name of the Storage Account.

Link copied to clipboard

When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.

Link copied to clipboard
val containerName: Output<String>?

Name of the Blob Container.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Name of the resource group that contains the storage account.

Link copied to clipboard
val tags: Output<List<String>>?

List of legal hold tags. Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP.

Link copied to clipboard
val urn: Output<String>