IVirtualMachineInstancePropertiesSecurityProfile.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.
Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "TrustedLaunch", "ConfidentialVM" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="securityType", Update=true)]
public string SecurityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "TrustedLaunch", "ConfidentialVM" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="securityType", Update=true)>]
member this.SecurityType : string with get, set
Public Property SecurityType As String
Property Value
- Attributes