Compartir a través de


ClusterGetProperties Constructores

Definición

Sobrecargas

ClusterGetProperties()

Inicializa una nueva instancia de la clase ClusterGetProperties.

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>)

Inicializa una nueva instancia de la clase ClusterGetProperties.

ClusterGetProperties()

Inicializa una nueva instancia de la clase ClusterGetProperties.

public ClusterGetProperties ();
Public Sub New ()

Se aplica a

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>)

Inicializa una nueva instancia de la clase ClusterGetProperties.

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)

Parámetros

clusterDefinition
ClusterDefinition

Definición del clúster.

clusterVersion
String

La versión del clúster.

clusterHdpVersion
String

Versión hdp del clúster.

osType
String

El tipo de sistema operativo. Entre los valores posibles se incluyen: "Windows", "Linux"

tier
String

Nivel de clúster. Entre los valores posibles se incluyen: "Standard", "Premium"

clusterId
String

Identificador del clúster.

kafkaRestProperties
KafkaRestProperties

Configuración del proxy rest de kafka del clúster.

securityProfile
SecurityProfile

Perfil de seguridad.

computeProfile
ComputeProfile

Perfil de proceso.

provisioningState
String

El estado de aprovisionamiento, que solo aparece en la respuesta. Entre los valores posibles se incluyen: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'

createdDate
String

Fecha en la que se creó el clúster.

clusterState
String

Estado del clúster.

quotaInfo
QuotaInfo

Información de cuota.

errors
IList<Errors>

Lista de errores.

connectivityEndpoints
IList<ConnectivityEndpoint>

Lista de puntos de conexión de conectividad.

diskEncryptionProperties
DiskEncryptionProperties

Propiedades de cifrado de disco.

encryptionInTransitProperties
EncryptionInTransitProperties

Las propiedades de cifrado en tránsito.

storageProfile
StorageProfile

El perfil de almacenamiento.

minSupportedTlsVersion
String

Versión mínima de tls admitida.

excludedServicesConfig
ExcludedServicesConfig

Configuración de servicios excluidos.

networkProperties
NetworkProperties

Las propiedades de red.

computeIsolationProperties
ComputeIsolationProperties

Propiedades de aislamiento de proceso.

privateLinkConfigurations
IList<PrivateLinkConfiguration>

Configuraciones de private link.

privateEndpointConnections
IList<PrivateEndpointConnection>

Lista de conexiones de punto de conexión privado.

Se aplica a