Blob Container Legal Hold Args
data class BlobContainerLegalHoldArgs(val accountName: Output<String>? = null, val allowProtectedAppendWritesAll: Output<Boolean>? = null, val containerName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<List<String>>? = null) : ConvertibleToJava<BlobContainerLegalHoldArgs>
.
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
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
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
Name of the Blob Container.
Link copied to clipboard
Name of the resource group that contains the storage account.