Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterIngressProfile
Packages that use ManagedClusterIngressProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterIngressProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterIngressProfileModifier and TypeMethodDescriptionManagedClusterInner.ingressProfile()Get the ingressProfile property: Ingress profile for the managed cluster.ManagedClusterProperties.ingressProfile()Get the ingressProfile property: Ingress profile for the managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterIngressProfileModifier and TypeMethodDescriptionManagedClusterInner.withIngressProfile(ManagedClusterIngressProfile ingressProfile) Set the ingressProfile property: Ingress profile for the managed cluster.ManagedClusterProperties.withIngressProfile(ManagedClusterIngressProfile ingressProfile) Set the ingressProfile property: Ingress profile for the managed cluster. -
Uses of ManagedClusterIngressProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterIngressProfileModifier and TypeClassDescriptionfinal classIngress profile for the container service cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterIngressProfileModifier and TypeMethodDescriptionstatic ManagedClusterIngressProfileManagedClusterIngressProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterIngressProfile from the JsonReader.ManagedClusterIngressProfile.withWebAppRouting(ManagedClusterIngressProfileWebAppRouting webAppRouting) Set the webAppRouting property: App Routing settings for the ingress profile.