getRecoveryPointAccessToken

Uses Azure REST API version 2023-01-15. Other available API versions: 2018-12-20, 2021-11-15.

Return

null

Parameters

argument

null


suspend fun getRecoveryPointAccessToken(containerName: String, eTag: String? = null, fabricName: String, location: String? = null, properties: AADProperties? = null, protectedItemName: String, recoveryPointId: String, resourceGroupName: String, tags: Map<String, String>? = null, vaultName: String): GetRecoveryPointAccessTokenResult

Return

null

Parameters

containerName

Name of the container.

eTag

Optional ETag.

fabricName

Fabric name associated with the container.

location

Resource location.

properties

AADPropertiesResource properties

protectedItemName

Name of the Protected Item.

recoveryPointId

Recovery Point Id

resourceGroupName

The name of the resource group where the recovery services vault is present.

tags

Resource tags.

vaultName

The name of the recovery services vault.

See also


Return

null

Parameters

argument

Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetRecoveryPointAccessTokenPlainArgs.

See also