Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterManagedOutboundIpProfile
-
Packages that use ManagedClusterManagedOutboundIpProfile Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterManagedOutboundIpProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterManagedOutboundIpProfile Modifier and Type Method Description ManagedClusterManagedOutboundIpProfileManagedClusterNatGatewayProfile. managedOutboundIpProfile()Get the managedOutboundIpProfile property: Profile of the managed outbound IP resources of the cluster NAT gateway.ManagedClusterManagedOutboundIpProfileManagedClusterManagedOutboundIpProfile. withCount(Integer count)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 ManagedClusterManagedOutboundIpProfile Modifier and Type Method Description ManagedClusterNatGatewayProfileManagedClusterNatGatewayProfile. withManagedOutboundIpProfile(ManagedClusterManagedOutboundIpProfile managedOutboundIpProfile)Set the managedOutboundIpProfile property: Profile of the managed outbound IP resources of the cluster NAT gateway.
-