ArmAvsModelFactory.AvsManagementCluster 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 AvsManagementCluster.
public static Azure.ResourceManager.Avs.Models.AvsManagementCluster AvsManagementCluster (int? clusterSize = default, Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterProvisioningState? provisioningState = default, int? clusterId = default, System.Collections.Generic.IEnumerable<string> hosts = default, string vsanDatastoreName = default);
static member AvsManagementCluster : Nullable<int> * Nullable<Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterProvisioningState> * Nullable<int> * seq<string> * string -> Azure.ResourceManager.Avs.Models.AvsManagementCluster
Public Shared Function AvsManagementCluster (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, Optional vsanDatastoreName As String = Nothing) As AvsManagementCluster
Parameters
- provisioningState
- Nullable<AvsPrivateCloudClusterProvisioningState>
The state of the cluster provisioning.
- hosts
- IEnumerable<String>
The hosts.
- vsanDatastoreName
- String
Name of the vsan datastore associated with the cluster.
Returns
A new AvsManagementCluster instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.