NetworkDeviceData(AzureLocation, String) 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 NetworkDeviceData.
public NetworkDeviceData(Azure.Core.AzureLocation location, string serialNumber);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceData : Azure.Core.AzureLocation * string -> Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceData
Public Sub New (location As AzureLocation, serialNumber As String)
Parameters
- location
- AzureLocation
The location.
- serialNumber
- String
Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
Exceptions
serialNumber is null.