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