get Capacity Pool Backup
suspend fun getCapacityPoolBackup(argument: GetCapacityPoolBackupPlainArgs): GetCapacityPoolBackupResult
Gets the specified backup of the volume Uses Azure REST API version 2022-11-01.
Return
Backup of a Volume
Parameters
argument
null
suspend fun getCapacityPoolBackup(accountName: String, backupName: String, poolName: String, resourceGroupName: String, volumeName: String): GetCapacityPoolBackupResult
Return
Backup of a Volume
Parameters
account Name
The name of the NetApp account
backup Name
The name of the backup
pool Name
The name of the capacity pool
resource Group Name
The name of the resource group. The name is case insensitive.
volume Name
The name of the volume
See also
suspend fun getCapacityPoolBackup(argument: suspend GetCapacityPoolBackupPlainArgsBuilder.() -> Unit): GetCapacityPoolBackupResult
Return
Backup of a Volume
Parameters
argument
Builder for com.pulumi.azurenative.netapp.kotlin.inputs.GetCapacityPoolBackupPlainArgs.