Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolSecurityProfile
Packages that use AgentPoolSecurityProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AgentPoolSecurityProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolSecurityProfileModifier and TypeMethodDescriptionAgentPoolInner.securityProfile()Get the securityProfile property: The security settings of an agent pool.ManagedClusterAgentPoolProfileProperties.securityProfile()Get the securityProfile property: The security settings of an agent pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolSecurityProfileModifier and TypeMethodDescriptionAgentPoolInner.withSecurityProfile(AgentPoolSecurityProfile securityProfile) Set the securityProfile property: The security settings of an agent pool.ManagedClusterAgentPoolProfileProperties.withSecurityProfile(AgentPoolSecurityProfile securityProfile) Set the securityProfile property: The security settings of an agent pool. -
Uses of AgentPoolSecurityProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolSecurityProfileModifier and TypeMethodDescriptionstatic AgentPoolSecurityProfileAgentPoolSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolSecurityProfile from the JsonReader.AgentPoolSecurityProfile.withEnableSecureBoot(Boolean enableSecureBoot) Set the enableSecureBoot property: Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot.AgentPoolSecurityProfile.withEnableVtpm(Boolean enableVtpm) Set the enableVtpm property: vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolSecurityProfileModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withSecurityProfile(AgentPoolSecurityProfile securityProfile) Set the securityProfile property: The security settings of an agent pool.