1
- ---
1
+ ---
2
2
external help file : Microsoft.Azure.Commands.Compute.dll-Help.xml
3
3
Module Name : AzureRM.Compute
4
4
ms.assetid : 6BCB36BC-F5E6-4EDD-983C-8BDE7A9B004D
@@ -13,18 +13,18 @@ Enables encryption on a running IaaS virtual machine in Azure.
13
13
14
14
## SYNTAX
15
15
16
- ### SimpleParameterSet (Default)
16
+ ### SinglePassParameterSet (Default)
17
17
```
18
- Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <String>
19
- [-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String>
20
- [[-KeyEncryptionKeyUrl ] <String>] [[-KeyEncryptionKeyVaultId ] <String>] [[-KeyEncryptionAlgorithm ] <String>]
21
- [[-VolumeType ] <String>] [[-SequenceVersion ] <String>] [[-TypeHandlerVersion ] <String>] [[-Name ] <String>]
22
- [[-Passphrase] <String>] [ -Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
18
+ Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <String>
19
+ [-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String> [[-KeyEncryptionKeyUrl] <String>]
20
+ [[-KeyEncryptionKeyVaultId ] <String>] [[-KeyEncryptionAlgorithm ] <String>] [[-VolumeType ] <String>]
21
+ [[-SequenceVersion ] <String>] [[-TypeHandlerVersion ] <String>] [[-Name ] <String>] [[-Passphrase ] <String>]
22
+ [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
23
23
[-ExtensionPublisherName <String>] [-EncryptFormatAll] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
24
24
[-Confirm] [<CommonParameters>]
25
25
```
26
26
27
- ### AADClientSecretParameterSet
27
+ ### AADClientSecretParameterSet
28
28
```
29
29
Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <String> [-AadClientID] <String>
30
30
[-AadClientSecret] <String> [-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String>
@@ -55,7 +55,7 @@ It is advised that you save your work on the virtual machine before you run this
55
55
56
56
## EXAMPLES
57
57
58
- ### Example 1: Enable encryption
58
+ ### Example 1: Enable encryption
59
59
```
60
60
$RGName = "MyResourceGroup"
61
61
$VMName = "MyTestVM"
@@ -80,7 +80,7 @@ $params = New-Object PSObject -Property @{
80
80
VolumeType = "All"
81
81
}
82
82
83
- $params | Set-AzureRmVmDiskEncryptionExtension
83
+ $params | Set-AzureRmVmDiskEncryptionExtension
84
84
```
85
85
86
86
This example demonstrates sending parameters using pipelined input to enable encryption without specifying AD credentials.
@@ -252,8 +252,8 @@ Specifies the client ID of the Azure AD application that has permissions to writ
252
252
253
253
` ` ` yaml
254
254
Type : String
255
- Parameter Sets : AADClientCertParameterSet, AADClientSecretParameterSet
256
- Aliases :
255
+ Parameter Sets : AADClientSecretParameterSet, AADClientCertParameterSet
256
+ Aliases :
257
257
258
258
Required : True
259
259
Position : 2
0 commit comments