ArmHDInsightModelFactory.HDInsightComputeIsolationProperties Method
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.
public static Azure.ResourceManager.HDInsight.Models.HDInsightComputeIsolationProperties HDInsightComputeIsolationProperties(bool? enableComputeIsolation = default, string hostSku = default);
static member HDInsightComputeIsolationProperties : Nullable<bool> * string -> Azure.ResourceManager.HDInsight.Models.HDInsightComputeIsolationProperties
Public Shared Function HDInsightComputeIsolationProperties (Optional enableComputeIsolation As Nullable(Of Boolean) = Nothing, Optional hostSku As String = Nothing) As HDInsightComputeIsolationProperties
Parameters
The flag indicates whether enable compute isolation or not.
- hostSku
- String
The host sku.
Returns
A new HDInsightComputeIsolationProperties instance for mocking.