File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ResourceManager/Compute/Commands.Compute/help Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ New-AzureRmVmss [-AsJob] [-ResourceGroupName] <String> [-VMScaleSetName] <String
25
25
New-AzureRmVmss [-AsJob] [[-ResourceGroupName] <String>] [-VMScaleSetName] <String> [-ImageName <String>]
26
26
-Credential <PSCredential> [-InstanceCount <Int32>] [-VirtualNetworkName <String>] [-SubnetName <String>]
27
27
[-PublicIpAddressName <String>] [-DomainNameLabel <String>] [-SecurityGroupName <String>]
28
- [-LoadBalancerName <String>] [-BackendPorts <Int32[]>] [-Location <String>] [-VmSize <String>]
28
+ [-LoadBalancerName <String>] [-BackendPort <Int32[]>] [-Location <String>] [-VmSize <String>]
29
29
[-UpgradePolicyMode <UpgradeMode>] [-AllocationMethod <String>] [-VnetAddressPrefix <String>]
30
30
[-SubnetAddressPrefix <String>] [-FrontendPoolName <String>] [-BackendPoolName <String>]
31
31
[-Zone <System.Collections.Generic.List`1[System.String]>] [-DefaultProfile <IAzureContextContainer>]
@@ -189,8 +189,8 @@ Accept pipeline input: False
189
189
Accept wildcard characters : False
190
190
` ` `
191
191
192
- ### -BackendPorts
193
- {{Fill BackendPorts Description}}
192
+ ### -BackendPort
193
+ {{Fill BackendPort Description}}
194
194
195
195
` ` ` yaml
196
196
Type : Int32[]
You can’t perform that action at this time.
0 commit comments