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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET