SecurityProfile.SecurityType Property
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.
Gets or sets specifSpecifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.
public Microsoft.Azure.Batch.Common.SecurityTypes? SecurityType { get; set; }
member this.SecurityType : Nullable<Microsoft.Azure.Batch.Common.SecurityTypes> with get, set
Public Property SecurityType As Nullable(Of SecurityTypes)