GetWorkloadInstanceResult

data class GetWorkloadInstanceResult(val id: String, val name: String, val properties: WorkloadInstanceModelPropertiesResponse, val systemData: WorkloadInstanceModelResponseSystemData, val tags: Map<String, String>? = null, val type: String)

Workload instance model.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Gets or sets the Id of the resource.

Link copied to clipboard

Gets or sets the name of the resource.

Link copied to clipboard

Workload instance model properties.

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

Gets or sets the resource tags.

Link copied to clipboard

Gets or sets the type of the resource.