Share via


ArmAvsModelFactory.CommonClusterProperties Method

Definition

Initializes a new instance of CommonClusterProperties.

public static Azure.ResourceManager.Avs.Models.CommonClusterProperties CommonClusterProperties (int? clusterSize = default, Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterProvisioningState? provisioningState = default, int? clusterId = default, System.Collections.Generic.IEnumerable<string> hosts = default);
static member CommonClusterProperties : Nullable<int> * Nullable<Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterProvisioningState> * Nullable<int> * seq<string> -> Azure.ResourceManager.Avs.Models.CommonClusterProperties
Public Shared Function CommonClusterProperties (Optional clusterSize As Nullable(Of Integer) = Nothing, Optional provisioningState As Nullable(Of AvsPrivateCloudClusterProvisioningState) = Nothing, Optional clusterId As Nullable(Of Integer) = Nothing, Optional hosts As IEnumerable(Of String) = Nothing) As CommonClusterProperties

Parameters

clusterSize
Nullable<Int32>

The cluster size.

provisioningState
Nullable<AvsPrivateCloudClusterProvisioningState>

The state of the cluster provisioning.

clusterId
Nullable<Int32>

The identity.

hosts
IEnumerable<String>

The hosts.

Returns

A new CommonClusterProperties instance for mocking.

Applies to