Share via


ArmNetworkCloudModelFactory.NetworkCloudRackData Method

Definition

Initializes a new instance of NetworkCloudRackData.

public static Azure.ResourceManager.NetworkCloud.NetworkCloudRackData NetworkCloudRackData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation = default, string availabilityZone = default, Azure.Core.ResourceIdentifier clusterId = default, Azure.ResourceManager.NetworkCloud.Models.RackDetailedStatus? detailedStatus = default, string detailedStatusMessage = default, Azure.ResourceManager.NetworkCloud.Models.RackProvisioningState? provisioningState = default, string rackLocation = default, string rackSerialNumber = default, Azure.Core.ResourceIdentifier rackSkuId = default);
static member NetworkCloudRackData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * string * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetworkCloud.Models.RackDetailedStatus> * string * Nullable<Azure.ResourceManager.NetworkCloud.Models.RackProvisioningState> * string * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.NetworkCloudRackData
Public Shared Function NetworkCloudRackData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional availabilityZone As String = Nothing, Optional clusterId As ResourceIdentifier = Nothing, Optional detailedStatus As Nullable(Of RackDetailedStatus) = Nothing, Optional detailedStatusMessage As String = Nothing, Optional provisioningState As Nullable(Of RackProvisioningState) = Nothing, Optional rackLocation As String = Nothing, Optional rackSerialNumber As String = Nothing, Optional rackSkuId As ResourceIdentifier = Nothing) As NetworkCloudRackData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

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.

clusterId
ResourceIdentifier

The resource ID of the cluster the rack is created for. This value is set when the rack is created by the cluster.

detailedStatus
Nullable<RackDetailedStatus>

The more detailed status of the rack.

detailedStatusMessage
String

The descriptive message about the current detailed status.

provisioningState
Nullable<RackProvisioningState>

The provisioning state of the rack resource.

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.

Returns

A new NetworkCloudRackData instance for mocking.

Applies to