Share via


AgentPoolSecurityProfile Class

Definition

The security settings of an agent pool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolSecurityProfileTypeConverter))]
public class AgentPoolSecurityProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolSecurityProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolSecurityProfileTypeConverter))>]
type AgentPoolSecurityProfile = class
    interface IAgentPoolSecurityProfile
    interface IJsonSerializable
Public Class AgentPoolSecurityProfile
Implements IAgentPoolSecurityProfile
Inheritance
AgentPoolSecurityProfile
Attributes
Implements

Constructors

Name Description
AgentPoolSecurityProfile()

Creates an new AgentPoolSecurityProfile instance.

Properties

Name Description
EnableSecureBoot

Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.

EnableVtpm

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.

SshAccess

SSH access method of an agent pool.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AgentPoolSecurityProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolSecurityProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolSecurityProfile.

FromJsonString(String)

Creates a new instance of AgentPoolSecurityProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolSecurityProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to