Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterManagedOutboundIpProfile
Packages that use ManagedClusterManagedOutboundIpProfile
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterManagedOutboundIpProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterManagedOutboundIpProfileModifier and TypeClassDescriptionfinal classProfile of the managed outbound IP resources of the managed cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterManagedOutboundIpProfileModifier and TypeMethodDescriptionManagedClusterManagedOutboundIpProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterManagedOutboundIpProfile from the JsonReader.ManagedClusterNatGatewayProfile.managedOutboundIpProfile()Get the managedOutboundIpProfile property: Profile of the managed outbound IP resources of the cluster NAT gateway.Set the count property: The desired number of outbound IPs created/managed by Azure.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterManagedOutboundIpProfileModifier and TypeMethodDescriptionManagedClusterNatGatewayProfile.withManagedOutboundIpProfile(ManagedClusterManagedOutboundIpProfile managedOutboundIpProfile) Set the managedOutboundIpProfile property: Profile of the managed outbound IP resources of the cluster NAT gateway.