Uses of Class
com.azure.resourcemanager.containerservice.models.ResourceReference
-
Packages that use ResourceReference Package Description com.azure.resourcemanager.containerservice.models 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 ResourceReference Modifier and Type Method Description ResourceReferenceResourceReference. withId(String id)Set the id property: The fully qualified Azure resource id.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>ManagedClusterLoadBalancerProfile. effectiveOutboundIPs()Get the effectiveOutboundIPs property: The effective outbound IP resources of the cluster load balancer.List<ResourceReference>ManagedClusterNatGatewayProfile. effectiveOutboundIPs()Get the effectiveOutboundIPs property: The effective outbound IP resources of the cluster NAT gateway.List<ResourceReference>ManagedClusterLoadBalancerProfileOutboundIpPrefixes. publicIpPrefixes()Get the publicIpPrefixes property: A list of public IP prefix resources.List<ResourceReference>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 ResourceReference Modifier and Type Method Description ManagedClusterLoadBalancerProfileManagedClusterLoadBalancerProfile. withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster load balancer.ManagedClusterNatGatewayProfileManagedClusterNatGatewayProfile. withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster NAT gateway.ManagedClusterLoadBalancerProfileOutboundIpPrefixesManagedClusterLoadBalancerProfileOutboundIpPrefixes. withPublicIpPrefixes(List<ResourceReference> publicIpPrefixes)Set the publicIpPrefixes property: A list of public IP prefix resources.ManagedClusterLoadBalancerProfileOutboundIPsManagedClusterLoadBalancerProfileOutboundIPs. withPublicIPs(List<ResourceReference> publicIPs)Set the publicIPs property: A list of public IP resources.
-