ArmComputeModelFactory.UefiSettings Method

Definition

public static Azure.ResourceManager.Compute.Models.UefiSettings UefiSettings(bool? isSecureBootEnabled = default, bool? isVirtualTpmEnabled = default);
static member UefiSettings : Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Compute.Models.UefiSettings
Public Shared Function UefiSettings (Optional isSecureBootEnabled As Nullable(Of Boolean) = Nothing, Optional isVirtualTpmEnabled As Nullable(Of Boolean) = Nothing) As UefiSettings

Parameters

isSecureBootEnabled
Nullable<Boolean>

Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.

isVirtualTpmEnabled
Nullable<Boolean>

Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.

Returns

A new UefiSettings instance for mocking.

Applies to