GetWorkloadDeploymentResult

data class GetWorkloadDeploymentResult(val azureApiVersion: String, val id: String, val name: String, val properties: WorkloadDeploymentModelPropertiesResponse, val systemData: WorkloadDeploymentModelResponseSystemData, val tags: Map<String, String>? = null, val type: String)

Workload deployment model.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: WorkloadDeploymentModelPropertiesResponse, systemData: WorkloadDeploymentModelResponseSystemData, 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

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 deployment 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.