ArmComputeFleetModelFactory.ComputeFleetUefiSettings Method

Definition

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

Parameters

isSecureBootEnabled
Nullable<Boolean>

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

isVTpmEnabled
Nullable<Boolean>

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

Returns

A new ComputeFleetUefiSettings instance for mocking.

Applies to