UpdateAzureRmExpressRouteGatewayCommand.MaxScaleUnits Property
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.
[System.Management.Automation.Parameter(HelpMessage="Max for the scale units for this ExpressRouteGateway.", Mandatory=true)]
public uint MaxScaleUnits { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Max for the scale units for this ExpressRouteGateway.", Mandatory=false)]
[System.Management.Automation.ValidateRange(1, 100)]
public uint MaxScaleUnits { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Max for the scale units for this ExpressRouteGateway.", Mandatory=true)>]
member this.MaxScaleUnits : uint32 with get, set
[<System.Management.Automation.Parameter(HelpMessage="Max for the scale units for this ExpressRouteGateway.", Mandatory=false)>]
[<System.Management.Automation.ValidateRange(1, 100)>]
member this.MaxScaleUnits : uint32 with get, set
Public Property MaxScaleUnits As UInteger
Property Value
- Attributes