Partilhar via


ManagedClusterLoadBalancerProfileOutboundIPs Constructors

Definition

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.

Applies to