UpdateAzureVMCommand.EncryptionAtHost 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="EncryptionAtHost property can be used by user in the request to enable or disable the Host Encryption for the virtual machine. This will enable the encryption for all the disks including Resource/Temp disk at host itself.", Mandatory=false, ValueFromPipelineByPropertyName=false)]
public bool EncryptionAtHost { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="EncryptionAtHost property can be used by user in the request to enable or disable the Host Encryption for the virtual machine. This will enable the encryption for all the disks including Resource/Temp disk at host itself.", Mandatory=false, ValueFromPipelineByPropertyName=false)>]
member this.EncryptionAtHost : bool with get, set
Public Property EncryptionAtHost As Boolean
Property Value
- Attributes