GetBackupInstanceResult

data class GetBackupInstanceResult(val id: String, val name: String, val properties: BackupInstanceResponse, val systemData: SystemDataResponse, val type: String)

BackupInstance Resource

Constructors

Link copied to clipboard
constructor(id: String, name: String, properties: BackupInstanceResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id represents the complete path to the resource.

Link copied to clipboard

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

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