ManagedClusterLoadBalancerProfileOutboundIPPrefixes 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
ManagedClusterLoadBalancerProfileOutboundIPPrefixes() |
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPPrefixes class. |
ManagedClusterLoadBalancerProfileOutboundIPPrefixes(IList<ResourceReference>) |
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPPrefixes class. |
ManagedClusterLoadBalancerProfileOutboundIPPrefixes()
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPPrefixes class.
public ManagedClusterLoadBalancerProfileOutboundIPPrefixes ();
Public Sub New ()
Applies to
ManagedClusterLoadBalancerProfileOutboundIPPrefixes(IList<ResourceReference>)
Initializes a new instance of the ManagedClusterLoadBalancerProfileOutboundIPPrefixes class.
public ManagedClusterLoadBalancerProfileOutboundIPPrefixes (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ResourceReference> publicIPPrefixes = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ResourceReference> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes
Public Sub New (Optional publicIPPrefixes As IList(Of ResourceReference) = Nothing)
Parameters
- publicIPPrefixes
- IList<ResourceReference>
A list of public IP prefix resources.