Lezen in het Engels

Delen via


VirtualMachine.DefinitionStages.WithSecurityFeatures Interface

Implements

public static interface VirtualMachine.DefinitionStages.WithSecurityFeatures
extends WithCreate

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

Method Summary

Modifier and Type Method and Description
abstract WithSecurityFeatures withSecureBoot()

Enables secure boot feature.

abstract WithSecurityFeatures withVTpm()

Enables vTPM feature.

Method Details

withSecureBoot

public abstract VirtualMachine.DefinitionStages.WithSecurityFeatures withSecureBoot()

Enables secure boot feature.

Returns:

the next stage of the definition

withVTpm

public abstract VirtualMachine.DefinitionStages.WithSecurityFeatures withVTpm()

Enables vTPM feature.

Returns:

the next stage of the definition

Applies to

Azure SDK for Java

Latest