Uses of Class
com.microsoft.azure.management.containerservice.ResourceReference
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ResourceReference in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionSet the fully qualified Azure resource id.Modifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.effectiveOutboundIPs()
Get the effective outbound IP resources of the cluster load balancer.ManagedClusterLoadBalancerProfileOutboundIPPrefixes.publicIPPrefixes()
Get a list of public IP prefix resources.ManagedClusterLoadBalancerProfileOutboundIPs.publicIPs()
Get a list of public IP resources.Modifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs
(List<ResourceReference> effectiveOutboundIPs) Set the effective outbound IP resources of the cluster load balancer.ManagedClusterLoadBalancerProfileOutboundIPPrefixes.withPublicIPPrefixes
(List<ResourceReference> publicIPPrefixes) Set a list of public IP prefix resources.ManagedClusterLoadBalancerProfileOutboundIPs.withPublicIPs
(List<ResourceReference> publicIPs) Set a list of public IP resources.