NetworkCloudRackDefinition 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 NetworkCloudRackDefinition.
public NetworkCloudRackDefinition (Azure.Core.ResourceIdentifier networkRackId, string rackSerialNumber, Azure.Core.ResourceIdentifier rackSkuId);
new Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRackDefinition : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRackDefinition
Public Sub New (networkRackId As ResourceIdentifier, rackSerialNumber As String, rackSkuId As ResourceIdentifier)
Parameters
- networkRackId
- ResourceIdentifier
The resource ID of the network rack that matches this rack definition.
- 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 resource ID of the sku for the rack being added.
Exceptions
networkRackId
, rackSerialNumber
or rackSkuId
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET