Partager via


IManagedClusterAgentPoolProfileProperties.SecurityProfileEnableVtpm Property

Definition

vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableVTPM", Update=true)]
public bool? SecurityProfileEnableVtpm { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableVTPM", Update=true)>]
member this.SecurityProfileEnableVtpm : Nullable<bool> with get, set
Public Property SecurityProfileEnableVtpm As Nullable(Of Boolean)

Property Value

Attributes

Applies to