get Backup Policy
Gets the properties of the specified backup policy name. Uses Azure REST API version 2017-06-01.
Return
The backup policy.
Parameters
argument
null
suspend fun getBackupPolicy(backupPolicyName: String, deviceName: String, managerName: String, resourceGroupName: String): GetBackupPolicyResult
Return
The backup policy.
Parameters
backup Policy Name
The name of backup policy to be fetched.
device Name
The device name
manager Name
The manager name
resource Group Name
The resource group name
See also
suspend fun getBackupPolicy(argument: suspend GetBackupPolicyPlainArgsBuilder.() -> Unit): GetBackupPolicyResult
Return
The backup policy.
Parameters
argument
Builder for com.pulumi.azurenative.storsimple.kotlin.inputs.GetBackupPolicyPlainArgs.