Get Isp Cache Nodes Operation Result
data class GetIspCacheNodesOperationResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: CacheNodePropertyResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Represents the high level Nodes needed to provision cache node resources
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, properties: CacheNodePropertyResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)