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
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: Indicates if Static Egress Gateway addon is enabled or not.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.