Class GetClusterResult
Inheritance
System.Object
GetClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.HDInsight
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetClusterResult
Fields
View SourceClusterVersion
The version of HDInsights which is used on this HDInsight Cluster.
Declaration
public readonly string ClusterVersion
Field Value
| Type | Description |
|---|---|
| System.String |
ComponentVersions
A map of versions of software used on this HDInsights Cluster.
Declaration
public readonly ImmutableDictionary<string, string> ComponentVersions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
EdgeSshEndpoint
The SSH Endpoint of the Edge Node for this HDInsight Cluster, if an Edge Node exists.
Declaration
public readonly string EdgeSshEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |
Gateways
A gateway block as defined below.
Declaration
public readonly ImmutableArray<GetClusterGatewayResult> Gateways
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetClusterGatewayResult> |
HttpsEndpoint
The HTTPS Endpoint for this HDInsight Cluster.
Declaration
public readonly string HttpsEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Kind
The kind of HDInsight Cluster this is, such as a Spark or Storm cluster.
Declaration
public readonly string Kind
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The Azure Region in which this HDInsight Cluster exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SshEndpoint
The SSH Endpoint for this HDInsight Cluster.
Declaration
public readonly string SshEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the HDInsight Cluster.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Tier
The SKU / Tier of this HDInsight Cluster.
Declaration
public readonly string Tier
Field Value
| Type | Description |
|---|---|
| System.String |
TlsMinVersion
Declaration
public readonly string TlsMinVersion
Field Value
| Type | Description |
|---|---|
| System.String |