ArmHDInsightContainersModelFactory.HDInsightClusterProperties 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.
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.