Get Workload Deployment Result
data class GetWorkloadDeploymentResult(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(id: String, name: String, properties: WorkloadDeploymentModelPropertiesResponse, systemData: WorkloadDeploymentModelResponseSystemData, tags: Map<String, String>? = null, type: String)