ArmHDInsightModelFactory.HDInsightClusterProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de HDInsightClusterProperties.
public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterProperties HDInsightClusterProperties (string clusterVersion = default, string clusterHdpVersion = default, Azure.ResourceManager.HDInsight.Models.HDInsightOSType? osType = default, Azure.ResourceManager.HDInsight.Models.HDInsightTier? tier = default, string clusterId = default, Azure.ResourceManager.HDInsight.Models.HDInsightClusterDefinition clusterDefinition = default, Azure.ResourceManager.HDInsight.Models.KafkaRestProperties kafkaRestProperties = default, Azure.ResourceManager.HDInsight.Models.HDInsightSecurityProfile securityProfile = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightClusterRole> computeRoles = default, Azure.ResourceManager.HDInsight.Models.HDInsightClusterProvisioningState? provisioningState = default, DateTimeOffset? createdOn = default, string clusterState = default, int? quotaInfoCoresUsed = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> errors = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.ConnectivityEndpoint> connectivityEndpoints = default, Azure.ResourceManager.HDInsight.Models.HDInsightDiskEncryptionProperties diskEncryptionProperties = default, bool? isEncryptionInTransitEnabled = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightStorageAccountInfo> storageAccounts = default, string minSupportedTlsVersion = default, Azure.ResourceManager.HDInsight.Models.ExcludedServicesConfig excludedServicesConfig = default, Azure.ResourceManager.HDInsight.Models.HDInsightClusterNetworkProperties networkProperties = default, Azure.ResourceManager.HDInsight.Models.HDInsightComputeIsolationProperties computeIsolationProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkConfiguration> privateLinkConfigurations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.HDInsightPrivateEndpointConnectionData> privateEndpointConnections = default);
static member HDInsightClusterProperties : string * string * Nullable<Azure.ResourceManager.HDInsight.Models.HDInsightOSType> * Nullable<Azure.ResourceManager.HDInsight.Models.HDInsightTier> * string * Azure.ResourceManager.HDInsight.Models.HDInsightClusterDefinition * Azure.ResourceManager.HDInsight.Models.KafkaRestProperties * Azure.ResourceManager.HDInsight.Models.HDInsightSecurityProfile * seq<Azure.ResourceManager.HDInsight.Models.HDInsightClusterRole> * Nullable<Azure.ResourceManager.HDInsight.Models.HDInsightClusterProvisioningState> * Nullable<DateTimeOffset> * string * Nullable<int> * seq<Azure.ResponseError> * seq<Azure.ResourceManager.HDInsight.Models.ConnectivityEndpoint> * Azure.ResourceManager.HDInsight.Models.HDInsightDiskEncryptionProperties * Nullable<bool> * seq<Azure.ResourceManager.HDInsight.Models.HDInsightStorageAccountInfo> * string * Azure.ResourceManager.HDInsight.Models.ExcludedServicesConfig * Azure.ResourceManager.HDInsight.Models.HDInsightClusterNetworkProperties * Azure.ResourceManager.HDInsight.Models.HDInsightComputeIsolationProperties * seq<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkConfiguration> * seq<Azure.ResourceManager.HDInsight.HDInsightPrivateEndpointConnectionData> -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterProperties
Public Shared Function HDInsightClusterProperties (Optional clusterVersion As String = Nothing, Optional clusterHdpVersion As String = Nothing, Optional osType As Nullable(Of HDInsightOSType) = Nothing, Optional tier As Nullable(Of HDInsightTier) = Nothing, Optional clusterId As String = Nothing, Optional clusterDefinition As HDInsightClusterDefinition = Nothing, Optional kafkaRestProperties As KafkaRestProperties = Nothing, Optional securityProfile As HDInsightSecurityProfile = Nothing, Optional computeRoles As IEnumerable(Of HDInsightClusterRole) = Nothing, Optional provisioningState As Nullable(Of HDInsightClusterProvisioningState) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional clusterState As String = Nothing, Optional quotaInfoCoresUsed As Nullable(Of Integer) = Nothing, Optional errors As IEnumerable(Of ResponseError) = Nothing, Optional connectivityEndpoints As IEnumerable(Of ConnectivityEndpoint) = Nothing, Optional diskEncryptionProperties As HDInsightDiskEncryptionProperties = Nothing, Optional isEncryptionInTransitEnabled As Nullable(Of Boolean) = Nothing, Optional storageAccounts As IEnumerable(Of HDInsightStorageAccountInfo) = Nothing, Optional minSupportedTlsVersion As String = Nothing, Optional excludedServicesConfig As ExcludedServicesConfig = Nothing, Optional networkProperties As HDInsightClusterNetworkProperties = Nothing, Optional computeIsolationProperties As HDInsightComputeIsolationProperties = Nothing, Optional privateLinkConfigurations As IEnumerable(Of HDInsightPrivateLinkConfiguration) = Nothing, Optional privateEndpointConnections As IEnumerable(Of HDInsightPrivateEndpointConnectionData) = Nothing) As HDInsightClusterProperties
Paramètres
- clusterVersion
- String
Version du cluster.
- clusterHdpVersion
- String
Version hdp du cluster.
- osType
- Nullable<HDInsightOSType>
Le type de système d’exploitation.
- tier
- Nullable<HDInsightTier>
Niveau cluster.
- clusterId
- String
ID de cluster.
- clusterDefinition
- HDInsightClusterDefinition
Définition du cluster.
- kafkaRestProperties
- KafkaRestProperties
Configuration du proxy rest kafka de cluster.
- securityProfile
- HDInsightSecurityProfile
Profil de sécurité.
- computeRoles
- IEnumerable<HDInsightClusterRole>
Profil de calcul.
- provisioningState
- Nullable<HDInsightClusterProvisioningState>
État d’approvisionnement, qui apparaît uniquement dans la réponse.
- createdOn
- Nullable<DateTimeOffset>
Date à laquelle le cluster a été créé.
- clusterState
- String
État du cluster.
- errors
- IEnumerable<ResponseError>
Liste des erreurs.
- connectivityEndpoints
- IEnumerable<ConnectivityEndpoint>
Liste des points de terminaison de connectivité.
- diskEncryptionProperties
- HDInsightDiskEncryptionProperties
Propriétés de chiffrement de disque.
- storageAccounts
- IEnumerable<HDInsightStorageAccountInfo>
Profil de stockage.
- minSupportedTlsVersion
- String
Version tls minimale prise en charge.
- excludedServicesConfig
- ExcludedServicesConfig
Configuration des services exclus.
- networkProperties
- HDInsightClusterNetworkProperties
Propriétés réseau.
- computeIsolationProperties
- HDInsightComputeIsolationProperties
Propriétés d’isolation de calcul.
- privateLinkConfigurations
- IEnumerable<HDInsightPrivateLinkConfiguration>
Configurations de liaison privée.
- privateEndpointConnections
- IEnumerable<HDInsightPrivateEndpointConnectionData>
Liste des connexions de point de terminaison privé.
Retours
Une nouvelle HDInsightClusterProperties instance pour se moquer.