Uses of Class
com.azure.resourcemanager.containerservice.models.ResourceReference
Packages that use ResourceReference
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ResourceReference in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ResourceReferenceModifier and TypeMethodDescriptionSet the id property: The fully qualified Azure resource id.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ResourceReferenceModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.effectiveOutboundIPs()Get the effectiveOutboundIPs property: The effective outbound IP resources of the cluster load balancer.ManagedClusterNatGatewayProfile.effectiveOutboundIPs()Get the effectiveOutboundIPs property: The effective outbound IP resources of the cluster NAT gateway.ManagedClusterLoadBalancerProfileOutboundIpPrefixes.publicIpPrefixes()Get the publicIpPrefixes property: A list of public IP prefix resources.ManagedClusterLoadBalancerProfileOutboundIPs.publicIPs()Get the publicIPs property: A list of public IP resources.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ResourceReferenceModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs) Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster load balancer.ManagedClusterNatGatewayProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs) Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster NAT gateway.ManagedClusterLoadBalancerProfileOutboundIpPrefixes.withPublicIpPrefixes(List<ResourceReference> publicIpPrefixes) Set the publicIpPrefixes property: A list of public IP prefix resources.ManagedClusterLoadBalancerProfileOutboundIPs.withPublicIPs(List<ResourceReference> publicIPs) Set the publicIPs property: A list of public IP resources.