Get Cluster Result
data class GetClusterResult(val etag: String? = null, val id: String, val identity: ClusterIdentityResponse? = null, val location: String? = null, val name: String, val properties: ClusterGetPropertiesResponse, val tags: Map<String, String>? = null, val type: String)
The HDInsight cluster.
Constructors
Link copied to clipboard
constructor(etag: String? = null, id: String, identity: ClusterIdentityResponse? = null, location: String? = null, name: String, properties: ClusterGetPropertiesResponse, tags: Map<String, String>? = null, type: String)