ClusterCreateProperties Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ClusterCreateProperties() |
Inicializa una nueva instancia de la clase ClusterCreateProperties. |
ClusterCreateProperties(String, String, String, ClusterDefinition, KafkaRestProperties, SecurityProfile, ComputeProfile, StorageProfile, DiskEncryptionProperties, EncryptionInTransitProperties, String, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>) |
Inicializa una nueva instancia de la clase ClusterCreateProperties. |
ClusterCreateProperties()
Inicializa una nueva instancia de la clase ClusterCreateProperties.
public ClusterCreateProperties ();
Public Sub New ()
Se aplica a
ClusterCreateProperties(String, String, String, ClusterDefinition, KafkaRestProperties, SecurityProfile, ComputeProfile, StorageProfile, DiskEncryptionProperties, EncryptionInTransitProperties, String, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>)
Inicializa una nueva instancia de la clase ClusterCreateProperties.
public ClusterCreateProperties (string clusterVersion = default, string osType = default, string tier = default, Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition clusterDefinition = 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, Microsoft.Azure.Management.HDInsight.Models.StorageProfile storageProfile = default, Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties diskEncryptionProperties = default, Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties encryptionInTransitProperties = default, string minSupportedTlsVersion = 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);
new Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties : string * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition * Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties * Microsoft.Azure.Management.HDInsight.Models.SecurityProfile * Microsoft.Azure.Management.HDInsight.Models.ComputeProfile * Microsoft.Azure.Management.HDInsight.Models.StorageProfile * Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties * Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties * string * Microsoft.Azure.Management.HDInsight.Models.NetworkProperties * Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration> -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties
Public Sub New (Optional clusterVersion As String = Nothing, Optional osType As String = Nothing, Optional tier As String = Nothing, Optional clusterDefinition As ClusterDefinition = Nothing, Optional kafkaRestProperties As KafkaRestProperties = Nothing, Optional securityProfile As SecurityProfile = Nothing, Optional computeProfile As ComputeProfile = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional diskEncryptionProperties As DiskEncryptionProperties = Nothing, Optional encryptionInTransitProperties As EncryptionInTransitProperties = Nothing, Optional minSupportedTlsVersion As String = Nothing, Optional networkProperties As NetworkProperties = Nothing, Optional computeIsolationProperties As ComputeIsolationProperties = Nothing, Optional privateLinkConfigurations As IList(Of PrivateLinkConfiguration) = Nothing)
Parámetros
- clusterVersion
- String
La versión 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"
- clusterDefinition
- ClusterDefinition
Definición 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.
- storageProfile
- StorageProfile
El perfil de almacenamiento.
- diskEncryptionProperties
- DiskEncryptionProperties
Propiedades de cifrado de disco.
- encryptionInTransitProperties
- EncryptionInTransitProperties
Las propiedades de cifrado en tránsito.
- minSupportedTlsVersion
- String
Versión mínima de tls admitida.
- networkProperties
- NetworkProperties
Las propiedades de red.
- computeIsolationProperties
- ComputeIsolationProperties
Propiedades de aislamiento de proceso.
- privateLinkConfigurations
- IList<PrivateLinkConfiguration>
Configuraciones de private link.
Se aplica a
Azure SDK for .NET