NetworkCloudClusterData Constructor
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 NetworkCloudClusterData.
public NetworkCloudClusterData (Azure.Core.AzureLocation location, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation, Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRackDefinition aggregatorOrSingleRackDefinition, Azure.ResourceManager.NetworkCloud.Models.ClusterType clusterType, string clusterVersion, Azure.Core.ResourceIdentifier networkFabricId);
new Azure.ResourceManager.NetworkCloud.NetworkCloudClusterData : Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRackDefinition * Azure.ResourceManager.NetworkCloud.Models.ClusterType * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.NetworkCloudClusterData
Public Sub New (location As AzureLocation, extendedLocation As ExtendedLocation, aggregatorOrSingleRackDefinition As NetworkCloudRackDefinition, clusterType As ClusterType, clusterVersion As String, networkFabricId As ResourceIdentifier)
Parameters
- location
- AzureLocation
The location.
- extendedLocation
- ExtendedLocation
The extended location of the cluster manager associated with the cluster.
- aggregatorOrSingleRackDefinition
- NetworkCloudRackDefinition
The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.
- clusterType
- ClusterType
The type of rack configuration for the cluster.
- clusterVersion
- String
The current runtime version of the cluster.
- networkFabricId
- ResourceIdentifier
The resource ID of the Network Fabric associated with the cluster.
Exceptions
extendedLocation
, aggregatorOrSingleRackDefinition
, clusterVersion
or networkFabricId
is null.
Applies to
Azure SDK for .NET