ArmComputeFleetModelFactory.ComputeFleetUefiSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
Returns
A new ComputeFleetUefiSettings instance for mocking.