Partager via


LoadBalancer Constructors

Definition

Overloads

LoadBalancer()
LoadBalancer(String, String, String, String, IDictionary<String, String>, IList<FrontendIPConfiguration>, IList<BackendAddressPool>, IList<LoadBalancingRule>, IList<Probe>, IList<InboundNatRule>, IList<InboundNatPool>, IList<OutboundNatRule>, String, String, String)

LoadBalancer()

public LoadBalancer ();
Public Sub New ()

Applies to

LoadBalancer(String, String, String, String, IDictionary<String, String>, IList<FrontendIPConfiguration>, IList<BackendAddressPool>, IList<LoadBalancingRule>, IList<Probe>, IList<InboundNatRule>, IList<InboundNatPool>, IList<OutboundNatRule>, String, String, String)

public LoadBalancer (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.FrontendIPConfiguration> frontendIPConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.BackendAddressPool> backendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.LoadBalancingRule> loadBalancingRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Probe> probes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.InboundNatRule> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.InboundNatPool> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.OutboundNatRule> outboundNatRules = default, string resourceGuid = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.LoadBalancer : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.FrontendIPConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.BackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.LoadBalancingRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Probe> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.InboundNatRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.InboundNatPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.OutboundNatRule> * string * string * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.LoadBalancer
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional frontendIPConfigurations As IList(Of FrontendIPConfiguration) = Nothing, Optional backendAddressPools As IList(Of BackendAddressPool) = Nothing, Optional loadBalancingRules As IList(Of LoadBalancingRule) = Nothing, Optional probes As IList(Of Probe) = Nothing, Optional inboundNatRules As IList(Of InboundNatRule) = Nothing, Optional inboundNatPools As IList(Of InboundNatPool) = Nothing, Optional outboundNatRules As IList(Of OutboundNatRule) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String
name
String
type
String
location
String
frontendIPConfigurations
IList<FrontendIPConfiguration>
backendAddressPools
IList<BackendAddressPool>
loadBalancingRules
IList<LoadBalancingRule>
probes
IList<Probe>
inboundNatRules
IList<InboundNatRule>
inboundNatPools
IList<InboundNatPool>
outboundNatRules
IList<OutboundNatRule>
resourceGuid
String
provisioningState
String
etag
String

Applies to