Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolNetworkProfile
Packages that use AgentPoolNetworkProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AgentPoolNetworkProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolNetworkProfileModifier and TypeMethodDescriptionAgentPoolInner.networkProfile()Get the networkProfile property: Network-related settings of an agent pool.ManagedClusterAgentPoolProfileProperties.networkProfile()Get the networkProfile property: Network-related settings of an agent pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolNetworkProfileModifier and TypeMethodDescriptionAgentPoolInner.withNetworkProfile(AgentPoolNetworkProfile networkProfile) Set the networkProfile property: Network-related settings of an agent pool.ManagedClusterAgentPoolProfileProperties.withNetworkProfile(AgentPoolNetworkProfile networkProfile) Set the networkProfile property: Network-related settings of an agent pool. -
Uses of AgentPoolNetworkProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type AgentPoolNetworkProfileModifier and TypeClassDescriptionfinal classNetwork settings of an agent pool.Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolNetworkProfileModifier and TypeMethodDescriptionstatic AgentPoolNetworkProfileAgentPoolNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolNetworkProfile from the JsonReader.AgentPoolNetworkProfile.withAllowedHostPorts(List<PortRange> allowedHostPorts) Set the allowedHostPorts property: The port ranges that are allowed to access.AgentPoolNetworkProfile.withApplicationSecurityGroups(List<String> applicationSecurityGroups) Set the applicationSecurityGroups property: The IDs of the application security groups which agent pool will associate when created.AgentPoolNetworkProfile.withNodePublicIpTags(List<IpTag> nodePublicIpTags) Set the nodePublicIpTags property: IPTags of instance-level public IPs.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolNetworkProfileModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withNetworkProfile(AgentPoolNetworkProfile networkProfile) Set the networkProfile property: Network-related settings of an agent pool.