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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET