ArmNetworkModelFactory.DeviceProperties Method
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.
public static Azure.ResourceManager.Network.Models.DeviceProperties DeviceProperties(string deviceVendor = default, string deviceModel = default, int? linkSpeedInMbps = default);
static member DeviceProperties : string * string * Nullable<int> -> Azure.ResourceManager.Network.Models.DeviceProperties
Public Shared Function DeviceProperties (Optional deviceVendor As String = Nothing, Optional deviceModel As String = Nothing, Optional linkSpeedInMbps As Nullable(Of Integer) = Nothing) As DeviceProperties
Parameters
- deviceVendor
- String
Name of the device Vendor.
- deviceModel
- String
Model of the device.
Returns
A new DeviceProperties instance for mocking.