Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolGatewayProfile
Packages that use AgentPoolGatewayProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AgentPoolGatewayProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolGatewayProfileModifier and TypeMethodDescriptionAgentPoolInner.gatewayProfile()Get the gatewayProfile property: Profile specific to a managed agent pool in Gateway mode.ManagedClusterAgentPoolProfileProperties.gatewayProfile()Get the gatewayProfile property: Profile specific to a managed agent pool in Gateway mode.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolGatewayProfileModifier and TypeMethodDescriptionAgentPoolInner.withGatewayProfile(AgentPoolGatewayProfile gatewayProfile) Set the gatewayProfile property: Profile specific to a managed agent pool in Gateway mode.ManagedClusterAgentPoolProfileProperties.withGatewayProfile(AgentPoolGatewayProfile gatewayProfile) Set the gatewayProfile property: Profile specific to a managed agent pool in Gateway mode. -
Uses of AgentPoolGatewayProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type AgentPoolGatewayProfileModifier and TypeClassDescriptionfinal classProfile of the managed cluster gateway agent pool.Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolGatewayProfileModifier and TypeMethodDescriptionstatic AgentPoolGatewayProfileAgentPoolGatewayProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolGatewayProfile from the JsonReader.AgentPoolGatewayProfile.withPublicIpPrefixSize(Integer publicIpPrefixSize) Set the publicIpPrefixSize property: The Gateway agent pool associates one public IPPrefix for each static egress gateway to provide public egress.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolGatewayProfileModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withGatewayProfile(AgentPoolGatewayProfile gatewayProfile) Set the gatewayProfile property: Profile specific to a managed agent pool in Gateway mode.