Udostępnij przez


ArmAvsModelFactory.AvsPrivateCloudClusterData Method

Definition

Initializes a new instance of AvsPrivateCloudClusterData.

public static Azure.ResourceManager.Avs.AvsPrivateCloudClusterData AvsPrivateCloudClusterData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? clusterSize = default, Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterProvisioningState? provisioningState = default, int? clusterId = default, System.Collections.Generic.IEnumerable<string> hosts = default, string vsanDatastoreName = default, Azure.ResourceManager.Avs.Models.AvsSku sku = default);
static member AvsPrivateCloudClusterData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * Nullable<Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterProvisioningState> * Nullable<int> * seq<string> * string * Azure.ResourceManager.Avs.Models.AvsSku -> Azure.ResourceManager.Avs.AvsPrivateCloudClusterData
Public Shared Function AvsPrivateCloudClusterData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, 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, Optional sku As AvsSku = Nothing) As AvsPrivateCloudClusterData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

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.

vsanDatastoreName
String

Name of the vsan datastore associated with the cluster.

sku
AvsSku

The SKU (Stock Keeping Unit) assigned to this resource.

Returns

A new AvsPrivateCloudClusterData instance for mocking.

Applies to