ManagedClusterLoadBalancerProfileOutboundIPs Constructors
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.
ManagedClusterLoadBalancerProfileOutboundIPs() |
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPs class. |
ManagedClusterLoadBalancerProfileOutboundIPs(IList<ResourceReference>) |
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPs class. |
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPs class.
public ManagedClusterLoadBalancerProfileOutboundIPs ();
Public Sub New ()
Applies to
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPs class.
public ManagedClusterLoadBalancerProfileOutboundIPs (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ResourceReference> publicIPs = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileOutboundIPs : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ResourceReference> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileOutboundIPs
Public Sub New (Optional publicIPs As IList(Of ResourceReference) = Nothing)
Parameters
- publicIPs
- IList<ResourceReference>
A list of public IP resources.
Applies to
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: