File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed
src/ResourceManager/Compute/Commands.Compute/help Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ Creates a local configuration object for a container service.
14
14
15
15
```
16
16
New-AzureRmContainerServiceConfig [[-Location] <String>] [[-Tag] <Hashtable>]
17
- [[-OrchestratorType] <ContainerServiceOchestratorTypes>] [-CustomProfileOrchestrator <String>]
18
- [-ServicePrincipalProfileClientId <String>] [-ServicePrincipalProfileSecret <String>] [[-MasterCount] <Int32>]
17
+ [[-OrchestratorType] <ContainerServiceOchestratorTypes>] [[-MasterCount] <Int32>]
19
18
[[-MasterDnsPrefix] <String>] [[-AgentPoolProfile] <ContainerServiceAgentPoolProfile[]>]
20
19
[[-WindowsProfileAdminUsername] <String>] [[-WindowsProfileAdminPassword] <String>]
21
- [[-AdminUsername] <String>] [[-SshPublicKey] <String[]>] [[-VmDiagnosticsEnabled] <Boolean>] [-WhatIf]
22
- [-Confirm] [<CommonParameters>]
20
+ [[-AdminUsername] <String>] [[-SshPublicKey] <String[]>] [[-VmDiagnosticsEnabled] <Boolean>]
21
+ [-CustomProfileOrchestrator <String>] [-ServicePrincipalProfileClientId <String>]
22
+ [-ServicePrincipalProfileSecret <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Creates a VMSS configuration object.
13
13
## SYNTAX
14
14
15
15
```
16
- New-AzureRmVmssConfig [[-Overprovision] <Boolean>] [-SinglePlacementGroup <Boolean>] [[-Location] <String>]
17
- [[-Tag] <Hashtable>] [[-SkuName] <String>] [[-SkuTier] <String>] [[-SkuCapacity] <Int64>] [-PlanName <String>]
18
- [-PlanPublisher <String>] [-PlanProduct <String>] [-PlanPromotionCode <String>]
19
- [[-UpgradePolicyMode] <UpgradeMode>] [[-OsProfile] <VirtualMachineScaleSetOSProfile>]
20
- [[-StorageProfile] <VirtualMachineScaleSetStorageProfile>]
16
+ New-AzureRmVmssConfig [[-Overprovision] <Boolean>] [[-Location] <String>] [[-Tag] <Hashtable>]
17
+ [[-SkuName] <String>] [[-SkuTier] <String>] [[-SkuCapacity] <Int64>] [[-UpgradePolicyMode] <UpgradeMode>]
18
+ [[-OsProfile] <VirtualMachineScaleSetOSProfile>] [[-StorageProfile] <VirtualMachineScaleSetStorageProfile>]
21
19
[[-NetworkInterfaceConfiguration] <VirtualMachineScaleSetNetworkConfiguration[]>]
22
- [[-Extension] <VirtualMachineScaleSetExtension[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
20
+ [[-Extension] <VirtualMachineScaleSetExtension[]>] [-SinglePlacementGroup <Boolean>] [-PlanName <String>]
21
+ [-PlanPublisher <String>] [-PlanProduct <String>] [-PlanPromotionCode <String>] [-WhatIf] [-Confirm]
22
+ [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ Sets the storage profile properties for the VMSS.
15
15
```
16
16
Set-AzureRmVmssStorageProfile [-VirtualMachineScaleSet] <VirtualMachineScaleSet>
17
17
[[-ImageReferencePublisher] <String>] [[-ImageReferenceOffer] <String>] [[-ImageReferenceSku] <String>]
18
- [[-ImageReferenceVersion] <String>] [-ImageReferenceId <String>] [[-Name] <String>]
19
- [[-OsDiskCaching] <CachingTypes>] [[-OsDiskCreateOption] <DiskCreateOptionTypes>]
20
- [[-OsDiskOsType] <OperatingSystemTypes>] [[-Image] <String>] [[-VhdContainer] <String[]>]
21
- [-ManagedDisk <StorageAccountTypes>] [-DataDisk <VirtualMachineScaleSetDataDisk[]>] [-WhatIf] [-Confirm]
22
- [<CommonParameters>]
18
+ [[-ImageReferenceVersion] <String>] [[-Name] <String>] [[-OsDiskCaching] <CachingTypes>]
19
+ [[-OsDiskCreateOption] <DiskCreateOptionTypes>] [[-OsDiskOsType] <OperatingSystemTypes>] [[-Image] <String>]
20
+ [[-VhdContainer] <String[]>] [-ImageReferenceId <String>] [-ManagedDisk <StorageAccountTypes>]
21
+ [-DataDisk <VirtualMachineScaleSetDataDisk[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
23
22
```
24
23
25
24
## DESCRIPTION
You can’t perform that action at this time.
0 commit comments