ManagedClusterLoadBalancerProfileOutboundIPs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManagedClusterLoadBalancerProfileOutboundIPs() |
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPs class. |
ManagedClusterLoadBalancerProfileOutboundIPs(IList<ResourceReference>) |
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPs class. |
ManagedClusterLoadBalancerProfileOutboundIPs()
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPs class.
public ManagedClusterLoadBalancerProfileOutboundIPs ();
Public Sub New ()
Applies to
ManagedClusterLoadBalancerProfileOutboundIPs(IList<ResourceReference>)
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPs class.
public ManagedClusterLoadBalancerProfileOutboundIPs (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ResourceReference> publicIPs = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterLoadBalancerProfileOutboundIPs : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ResourceReference> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterLoadBalancerProfileOutboundIPs
Public Sub New (Optional publicIPs As IList(Of ResourceReference) = Nothing)
Parameters
- publicIPs
- IList<ResourceReference>
A list of public IP resources.