VirtualMachine.DefinitionStages.WithSecurityProfile Interface

public static interface VirtualMachine.DefinitionStages.WithSecurityProfile

The stage of the definition allowing to specify the security profile for the virtual machine.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEncryptionAtHost()

Enables the Host Encryption for the virtual machine.

Method Details

withEncryptionAtHost

public abstract VirtualMachine.DefinitionStages.WithCreate withEncryptionAtHost()

Enables the Host Encryption for the virtual machine.

Returns:

the next stage of the definition

Applies to