Udostępnij za pośrednictwem


ArmHDInsightContainersModelFactory.ClusterPoolVersion Method

Definition

Initializes a new instance of ClusterPoolVersion.

public static Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolVersion ClusterPoolVersion (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string clusterPoolVersionValue = default, string aksVersion = default, bool? isPreview = default);
static member ClusterPoolVersion : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<bool> -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolVersion
Public Shared Function ClusterPoolVersion (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional clusterPoolVersionValue As String = Nothing, Optional aksVersion As String = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing) As ClusterPoolVersion

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

clusterPoolVersionValue
String

Cluster pool version is a 2-part version.

aksVersion
String

AKS version.

isPreview
Nullable<Boolean>

Indicate if this version is in preview or not.

Returns

A new ClusterPoolVersion instance for mocking.

Applies to