ArmHDInsightModelFactory.HDInsightComputeIsolationProperties Method

Definition

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

enableComputeIsolation
Nullable<Boolean>

The flag indicates whether enable compute isolation or not.

hostSku
String

The host sku.

Returns

A new HDInsightComputeIsolationProperties instance for mocking.

Applies to