ArmComputeModelFactory.UefiSettings 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.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
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 UefiSettings instance for mocking.