GetBackupInstanceResult

data class GetBackupInstanceResult(val azureApiVersion: String, val id: String, val name: String, val properties: BackupInstanceResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

BackupInstance Resource

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: BackupInstanceResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Proxy Resource Id represents the complete path to the resource.

Link copied to clipboard

Proxy Resource name associated with the resource.

Link copied to clipboard

BackupInstanceResource properties

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Proxy Resource tags.

Link copied to clipboard

Proxy Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...