Sdílet prostřednictvím


ClusterGetProperties Constructors

Definition

Overloads

ClusterGetProperties()

Initializes a new instance of the ClusterGetProperties class.

ClusterGetProperties(ClusterDefinition, String, String, String, String, String, KafkaRestProperties, SecurityProfile, ComputeProfile, String, String, String, QuotaInfo, IList<Errors>, IList<ConnectivityEndpoint>, DiskEncryptionProperties, EncryptionInTransitProperties, StorageProfile, String, ExcludedServicesConfig, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>, IList<PrivateEndpointConnection>)

Initializes a new instance of the ClusterGetProperties class.

ClusterGetProperties()

Initializes a new instance of the ClusterGetProperties class.

public ClusterGetProperties ();
Public Sub New ()

Applies to

ClusterGetProperties(ClusterDefinition, String, String, String, String, String, KafkaRestProperties, SecurityProfile, ComputeProfile, String, String, String, QuotaInfo, IList<Errors>, IList<ConnectivityEndpoint>, DiskEncryptionProperties, EncryptionInTransitProperties, StorageProfile, String, ExcludedServicesConfig, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>, IList<PrivateEndpointConnection>)

Initializes a new instance of the ClusterGetProperties class.

public ClusterGetProperties (Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition clusterDefinition, string clusterVersion = default, string clusterHdpVersion = default, string osType = default, string tier = default, string clusterId = default, Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties kafkaRestProperties = default, Microsoft.Azure.Management.HDInsight.Models.SecurityProfile securityProfile = default, Microsoft.Azure.Management.HDInsight.Models.ComputeProfile computeProfile = default, string provisioningState = default, string createdDate = default, string clusterState = default, Microsoft.Azure.Management.HDInsight.Models.QuotaInfo quotaInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Errors> errors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint> connectivityEndpoints = default, Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties diskEncryptionProperties = default, Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties encryptionInTransitProperties = default, Microsoft.Azure.Management.HDInsight.Models.StorageProfile storageProfile = default, string minSupportedTlsVersion = default, Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig excludedServicesConfig = default, Microsoft.Azure.Management.HDInsight.Models.NetworkProperties networkProperties = default, Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties computeIsolationProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration> privateLinkConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties : Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition * string * string * string * string * string * Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties * Microsoft.Azure.Management.HDInsight.Models.SecurityProfile * Microsoft.Azure.Management.HDInsight.Models.ComputeProfile * string * string * string * Microsoft.Azure.Management.HDInsight.Models.QuotaInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Errors> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint> * Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties * Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties * Microsoft.Azure.Management.HDInsight.Models.StorageProfile * string * Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig * Microsoft.Azure.Management.HDInsight.Models.NetworkProperties * Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties
Public Sub New (clusterDefinition As ClusterDefinition, Optional clusterVersion As String = Nothing, Optional clusterHdpVersion As String = Nothing, Optional osType As String = Nothing, Optional tier As String = Nothing, Optional clusterId As String = Nothing, Optional kafkaRestProperties As KafkaRestProperties = Nothing, Optional securityProfile As SecurityProfile = Nothing, Optional computeProfile As ComputeProfile = Nothing, Optional provisioningState As String = Nothing, Optional createdDate As String = Nothing, Optional clusterState As String = Nothing, Optional quotaInfo As QuotaInfo = Nothing, Optional errors As IList(Of Errors) = Nothing, Optional connectivityEndpoints As IList(Of ConnectivityEndpoint) = Nothing, Optional diskEncryptionProperties As DiskEncryptionProperties = Nothing, Optional encryptionInTransitProperties As EncryptionInTransitProperties = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional minSupportedTlsVersion As String = Nothing, Optional excludedServicesConfig As ExcludedServicesConfig = Nothing, Optional networkProperties As NetworkProperties = Nothing, Optional computeIsolationProperties As ComputeIsolationProperties = Nothing, Optional privateLinkConfigurations As IList(Of PrivateLinkConfiguration) = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing)

Parameters

clusterDefinition
ClusterDefinition

The cluster definition.

clusterVersion
String

The version of the cluster.

clusterHdpVersion
String

The hdp version of the cluster.

osType
String

The type of operating system. Possible values include: 'Windows', 'Linux'

tier
String

The cluster tier. Possible values include: 'Standard', 'Premium'

clusterId
String

The cluster id.

kafkaRestProperties
KafkaRestProperties

The cluster kafka rest proxy configuration.

securityProfile
SecurityProfile

The security profile.

computeProfile
ComputeProfile

The compute profile.

provisioningState
String

The provisioning state, which only appears in the response. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'

createdDate
String

The date on which the cluster was created.

clusterState
String

The state of the cluster.

quotaInfo
QuotaInfo

The quota information.

errors
IList<Errors>

The list of errors.

connectivityEndpoints
IList<ConnectivityEndpoint>

The list of connectivity endpoints.

diskEncryptionProperties
DiskEncryptionProperties

The disk encryption properties.

encryptionInTransitProperties
EncryptionInTransitProperties

The encryption-in-transit properties.

storageProfile
StorageProfile

The storage profile.

minSupportedTlsVersion
String

The minimal supported tls version.

excludedServicesConfig
ExcludedServicesConfig

The excluded services config.

networkProperties
NetworkProperties

The network properties.

computeIsolationProperties
ComputeIsolationProperties

The compute isolation properties.

privateLinkConfigurations
IList<PrivateLinkConfiguration>

The private link configurations.

privateEndpointConnections
IList<PrivateEndpointConnection>

The list of private endpoint connections.

Applies to