ArmAvsModelFactory.AvsPrivateCloudClusterData 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 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, Azure.ResourceManager.Avs.Models.AvsSku sku = default, 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 AvsPrivateCloudClusterData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Avs.Models.AvsSku * Nullable<int> * Nullable<Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterProvisioningState> * Nullable<int> * seq<string> * string -> 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 sku As AvsSku = 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) As AvsPrivateCloudClusterData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- sku
- AvsSku
The SKU (Stock Keeping Unit) assigned to this resource.
- 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 AvsPrivateCloudClusterData 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