ArmNetworkModelFactory.QosPortRange 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.QosPortRange QosPortRange(int? start = default, int? end = default);
static member QosPortRange : Nullable<int> * Nullable<int> -> Azure.ResourceManager.Network.Models.QosPortRange
Public Shared Function QosPortRange (Optional start As Nullable(Of Integer) = Nothing, Optional end As Nullable(Of Integer) = Nothing) As QosPortRange
Parameters
Returns
A new QosPortRange instance for mocking.