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