LoadBalancerFrontendIPConfigurationListResult 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
| LoadBalancerFrontendIPConfigurationListResult() | |
| LoadBalancerFrontendIPConfigurationListResult(IList<FrontendIPConfiguration>, String) |
LoadBalancerFrontendIPConfigurationListResult()
public LoadBalancerFrontendIPConfigurationListResult ();
Public Sub New ()
Applies to
LoadBalancerFrontendIPConfigurationListResult(IList<FrontendIPConfiguration>, String)
public LoadBalancerFrontendIPConfigurationListResult (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.FrontendIPConfiguration> value = default, string nextLink = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.LoadBalancerFrontendIPConfigurationListResult : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.FrontendIPConfiguration> * string -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.LoadBalancerFrontendIPConfigurationListResult
Public Sub New (Optional value As IList(Of FrontendIPConfiguration) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<FrontendIPConfiguration>
- nextLink
- String