Dela via


ArmHDInsightContainersModelFactory.HDInsightClusterProperties Method

Definition

Initializes a new instance of HDInsightClusterProperties.

public static Azure.ResourceManager.HDInsight.Containers.Models.HDInsightClusterProperties HDInsightClusterProperties (Azure.ResourceManager.HDInsight.Containers.Models.HDInsightProvisioningStatus? provisioningState = default, string clusterType = default, string deploymentId = default, Azure.ResourceManager.HDInsight.Containers.Models.ClusterComputeProfile computeProfile = default, Azure.ResourceManager.HDInsight.Containers.Models.ClusterProfile clusterProfile = default, string status = default);
static member HDInsightClusterProperties : Nullable<Azure.ResourceManager.HDInsight.Containers.Models.HDInsightProvisioningStatus> * string * string * Azure.ResourceManager.HDInsight.Containers.Models.ClusterComputeProfile * Azure.ResourceManager.HDInsight.Containers.Models.ClusterProfile * string -> Azure.ResourceManager.HDInsight.Containers.Models.HDInsightClusterProperties
Public Shared Function HDInsightClusterProperties (Optional provisioningState As Nullable(Of HDInsightProvisioningStatus) = Nothing, Optional clusterType As String = Nothing, Optional deploymentId As String = Nothing, Optional computeProfile As ClusterComputeProfile = Nothing, Optional clusterProfile As ClusterProfile = Nothing, Optional status As String = Nothing) As HDInsightClusterProperties

Parameters

provisioningState
Nullable<HDInsightProvisioningStatus>

Provisioning state of the resource.

clusterType
String

The type of cluster.

deploymentId
String

A unique id generated by the RP to identify the resource.

computeProfile
ClusterComputeProfile

The compute profile.

clusterProfile
ClusterProfile

Cluster profile.

status
String

Business status of the resource.

Returns

A new HDInsightClusterProperties instance for mocking.

Applies to