GetRecoveryPointAccessTokenPlainArgs

data class GetRecoveryPointAccessTokenPlainArgs(val containerName: String, val eTag: String? = null, val fabricName: String, val location: String? = null, val properties: AADProperties? = null, val protectedItemName: String, val recoveryPointId: String, val resourceGroupName: String, val tags: Map<String, String>? = null, val vaultName: String) : ConvertibleToJava<GetRecoveryPointAccessTokenPlainArgs>

Constructors

Link copied to clipboard
constructor(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)

Properties

Link copied to clipboard

Name of the container.

Link copied to clipboard
val eTag: String? = null

Optional ETag.

Link copied to clipboard

Fabric name associated with the container.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

AADPropertiesResource properties

Link copied to clipboard

Name of the Protected Item.

Link copied to clipboard

Recovery Point Id

Link copied to clipboard

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

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The name of the recovery services vault.

Functions

Link copied to clipboard
open override fun toJava(): GetRecoveryPointAccessTokenPlainArgs