ArmAvsModelFactory.CommonClusterProperties 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 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
- provisioningState
- Nullable<AvsPrivateCloudClusterProvisioningState>
The state of the cluster provisioning.
- hosts
- IEnumerable<String>
The hosts.
Returns
A new CommonClusterProperties instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET