Interface VirtualMachine.UpdateStages.WithSecurityProfile
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
- VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithSecurityProfile
The stage of the VM update allowing to change security profile.
-
Method Summary
Modifier and TypeMethodDescriptionEnables the Host Encryption for the virtual machine.Disables the Host Encryption for the virtual machine.
-
Method Details
-
withEncryptionAtHost
VirtualMachine.Update withEncryptionAtHost()Enables the Host Encryption for the virtual machine.- Returns:
- the next stage of the definition
-
withoutEncryptionAtHost
VirtualMachine.Update withoutEncryptionAtHost()Disables the Host Encryption for the virtual machine.- Returns:
- the next stage of the definition
-