Freigeben über


AgentPoolSecurityProfile Class

Definition

The security settings of an agent pool. Serialized Name: AgentPoolSecurityProfile

public class AgentPoolSecurityProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.AgentPoolSecurityProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.AgentPoolSecurityProfile>
type AgentPoolSecurityProfile = class
    interface IJsonModel<AgentPoolSecurityProfile>
    interface IPersistableModel<AgentPoolSecurityProfile>
Public Class AgentPoolSecurityProfile
Implements IJsonModel(Of AgentPoolSecurityProfile), IPersistableModel(Of AgentPoolSecurityProfile)
Inheritance
AgentPoolSecurityProfile
Implements

Constructors

Name Description
AgentPoolSecurityProfile()

Initializes a new instance of AgentPoolSecurityProfile.

Properties

Name Description
IsSecureBootEnabled

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. Serialized Name: AgentPoolSecurityProfile.enableSecureBoot

IsVtpmEnabled

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. Serialized Name: AgentPoolSecurityProfile.enableVTPM

SshAccess

SSH access method of an agent pool. Serialized Name: AgentPoolSecurityProfile.sshAccess

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AgentPoolSecurityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AgentPoolSecurityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentPoolSecurityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentPoolSecurityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AgentPoolSecurityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to