Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterStaticEgressGatewayProfile
Packages that use ManagedClusterStaticEgressGatewayProfile
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterStaticEgressGatewayProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterStaticEgressGatewayProfileModifier and TypeClassDescriptionfinal classThe Static Egress Gateway addon configuration for the cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterStaticEgressGatewayProfileModifier and TypeMethodDescriptionManagedClusterStaticEgressGatewayProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterStaticEgressGatewayProfile from the JsonReader.ContainerServiceNetworkProfile.staticEgressGatewayProfile()Get the staticEgressGatewayProfile property: The profile for Static Egress Gateway addon.ManagedClusterStaticEgressGatewayProfile.withEnabled(Boolean enabled) Set the enabled property: Enable Static Egress Gateway addon.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterStaticEgressGatewayProfileModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withStaticEgressGatewayProfile(ManagedClusterStaticEgressGatewayProfile staticEgressGatewayProfile) Set the staticEgressGatewayProfile property: The profile for Static Egress Gateway addon.