Share via


NetworkCloudRackData Constructor

Definition

Initializes a new instance of NetworkCloudRackData.

public NetworkCloudRackData (Azure.Core.AzureLocation location, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation, string availabilityZone, string rackLocation, string rackSerialNumber, Azure.Core.ResourceIdentifier rackSkuId);
new Azure.ResourceManager.NetworkCloud.NetworkCloudRackData : Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * string * string * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.NetworkCloudRackData
Public Sub New (location As AzureLocation, extendedLocation As ExtendedLocation, availabilityZone As String, rackLocation As String, rackSerialNumber As String, rackSkuId As ResourceIdentifier)

Parameters

location
AzureLocation

The location.

extendedLocation
ExtendedLocation

The extended location of the cluster associated with the resource.

availabilityZone
String

The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement.

rackLocation
String

The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”).

rackSerialNumber
String

The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.

rackSkuId
ResourceIdentifier

The SKU for the rack.

Exceptions

extendedLocation, availabilityZone, rackLocation, rackSerialNumber or rackSkuId is null.

Applies to