sourceStorageAccountId

@JvmName(name = "gepungnaerkadbem")
suspend fun sourceStorageAccountId(value: Output<String>)
@JvmName(name = "bbvkuidoftdpkmiu")
suspend fun sourceStorageAccountId(value: String?)

Parameters

value

Specifies the ID of the storage account of the file share to backup. Changing this forces a new resource to be created.

Note: The storage account must already be registered with the recovery vault in order to backup shares within the account. You can use the azure.backup.ContainerStorageAccount resource or the Register-AzRecoveryServicesBackupContainer PowerShell cmdlet to register a storage account with a vault. When using the azure.backup.ContainerStorageAccount resource to register, you can use depends_on to explicitly declare the dependency. It will make sure that the registration is completed before creating the azure.backup.ProtectedFileShare resource.