Get Dedicated Cloud Node Result
data class GetDedicatedCloudNodeResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: DedicatedCloudNodePropertiesResponse, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
Dedicated cloud node model
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, properties: DedicatedCloudNodePropertiesResponse, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)