AzureHDInsightComputeIsolationProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- hostSku
- String