Show / Hide Table of Contents

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 Source

ClusterVersion

The version of HDInsights which is used on this HDInsight Cluster.

Declaration
public readonly string ClusterVersion
Field Value
Type Description
System.String
View Source

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>
View Source

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
View Source

Gateways

A gateway block as defined below.

Declaration
public readonly ImmutableArray<GetClusterGatewayResult> Gateways
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetClusterGatewayResult>
View Source

HttpsEndpoint

The HTTPS Endpoint for this HDInsight Cluster.

Declaration
public readonly string HttpsEndpoint
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

Location

The Azure Region in which this HDInsight Cluster exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

SshEndpoint

The SSH Endpoint for this HDInsight Cluster.

Declaration
public readonly string SshEndpoint
Field Value
Type Description
System.String
View Source

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>
View Source

Tier

The SKU / Tier of this HDInsight Cluster.

Declaration
public readonly string Tier
Field Value
Type Description
System.String
View Source

TlsMinVersion

Declaration
public readonly string TlsMinVersion
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.