ComputeBatchModelFactory.BatchUefiSettings 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.
Specifies the security settings like secure boot and vTPM used while creating the virtual machine.
public static Azure.Compute.Batch.BatchUefiSettings BatchUefiSettings(bool? secureBootEnabled = default, bool? vTpmEnabled = default);
static member BatchUefiSettings : Nullable<bool> * Nullable<bool> -> Azure.Compute.Batch.BatchUefiSettings
Public Shared Function BatchUefiSettings (Optional secureBootEnabled As Nullable(Of Boolean) = Nothing, Optional vTpmEnabled As Nullable(Of Boolean) = Nothing) As BatchUefiSettings
Parameters
Specifies whether secure boot should be enabled on the virtual machine.
Returns
A new BatchUefiSettings instance for mocking.