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.NetworkCloudRackDefinition aggregatorOrSingleRackDefinition, Azure.ResourceManager.NetworkCloud.Models.ClusterType clusterType, string clusterVersion, Azure.Core.ResourceIdentifier networkFabricId, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation);
new Azure.ResourceManager.NetworkCloud.NetworkCloudClusterData : Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRackDefinition * Azure.ResourceManager.NetworkCloud.Models.ClusterType * string * Azure.Core.ResourceIdentifier * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation -> Azure.ResourceManager.NetworkCloud.NetworkCloudClusterData
Public Sub New (location As AzureLocation, aggregatorOrSingleRackDefinition As NetworkCloudRackDefinition, clusterType As ClusterType, clusterVersion As String, networkFabricId As ResourceIdentifier, extendedLocation As ExtendedLocation)
Parameters
- location
- AzureLocation
The geo-location where the resource lives.
- 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.
- extendedLocation
- Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation
The extended location of the resource. This property is required when creating the resource.
Exceptions
aggregatorOrSingleRackDefinition, clusterVersion, networkFabricId or extendedLocation is null.