Share via


AzureHDInsightComputeIsolationProperties Constructors

Definition

Overloads

AzureHDInsightComputeIsolationProperties()
AzureHDInsightComputeIsolationProperties(ComputeIsolationProperties)
AzureHDInsightComputeIsolationProperties(Nullable<Boolean>, String)

AzureHDInsightComputeIsolationProperties()

public AzureHDInsightComputeIsolationProperties ();
Public Sub New ()

Applies to

AzureHDInsightComputeIsolationProperties(ComputeIsolationProperties)

public AzureHDInsightComputeIsolationProperties (Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties computeIsolationProperties = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightComputeIsolationProperties : Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightComputeIsolationProperties
Public Sub New (Optional computeIsolationProperties As ComputeIsolationProperties = Nothing)

Parameters

computeIsolationProperties
ComputeIsolationProperties

Applies to

AzureHDInsightComputeIsolationProperties(Nullable<Boolean>, String)

public AzureHDInsightComputeIsolationProperties (bool? enableComputeIsolation = default, string hostSku = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightComputeIsolationProperties : Nullable<bool> * string -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightComputeIsolationProperties
Public Sub New (Optional enableComputeIsolation As Nullable(Of Boolean) = Nothing, Optional hostSku As String = Nothing)

Parameters

enableComputeIsolation
Nullable<Boolean>
hostSku
String

Applies to