Uses of Class
com.microsoft.azure.management.containerservice.ResourceReference
Packages that use ResourceReference
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ResourceReference in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return ResourceReferenceModifier and TypeMethodDescriptionSet the fully qualified Azure resource id.Methods in com.microsoft.azure.management.containerservice that return types with arguments of type ResourceReferenceModifier 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.Method parameters in com.microsoft.azure.management.containerservice with type arguments of type ResourceReferenceModifier 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.