LoadBalancerInner 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
LoadBalancerInner() |
Initializes a new instance of the LoadBalancerInner class. |
LoadBalancerInner(String, String, String, String, IDictionary<String, String>, LoadBalancerSku, IList<FrontendIPConfigurationInner>, IList<BackendAddressPoolInner>, IList<LoadBalancingRuleInner>, IList<ProbeInner>, IList<InboundNatRuleInner>, IList<InboundNatPoolInner>, IList<OutboundRuleInner>, String, ProvisioningState, String) |
Initializes a new instance of the LoadBalancerInner class. |
LoadBalancerInner()
Initializes a new instance of the LoadBalancerInner class.
public LoadBalancerInner ();
Public Sub New ()
Applies to
LoadBalancerInner(String, String, String, String, IDictionary<String, String>, LoadBalancerSku, IList<FrontendIPConfigurationInner>, IList<BackendAddressPoolInner>, IList<LoadBalancingRuleInner>, IList<ProbeInner>, IList<InboundNatRuleInner>, IList<InboundNatPoolInner>, IList<OutboundRuleInner>, String, ProvisioningState, String)
Initializes a new instance of the LoadBalancerInner class.
public LoadBalancerInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerSku sku = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner> frontendIPConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner> backendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancingRuleInner> loadBalancingRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ProbeInner> probes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatPoolInner> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.OutboundRuleInner> outboundRules = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerSku * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancingRuleInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ProbeInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatPoolInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.OutboundRuleInner> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string -> Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As LoadBalancerSku = Nothing, Optional frontendIPConfigurations As IList(Of FrontendIPConfigurationInner) = Nothing, Optional backendAddressPools As IList(Of BackendAddressPoolInner) = Nothing, Optional loadBalancingRules As IList(Of LoadBalancingRuleInner) = Nothing, Optional probes As IList(Of ProbeInner) = Nothing, Optional inboundNatRules As IList(Of InboundNatRuleInner) = Nothing, Optional inboundNatPools As IList(Of InboundNatPoolInner) = Nothing, Optional outboundRules As IList(Of OutboundRuleInner) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- sku
- LoadBalancerSku
The load balancer SKU.
- frontendIPConfigurations
- IList<FrontendIPConfigurationInner>
Object representing the frontend IPs to be used for the load balancer.
- backendAddressPools
- IList<BackendAddressPoolInner>
Collection of backend address pools used by a load balancer.
- loadBalancingRules
- IList<LoadBalancingRuleInner>
Object collection representing the load balancing rules Gets the provisioning.
- probes
- IList<ProbeInner>
Collection of probe objects used in the load balancer.
- inboundNatRules
- IList<InboundNatRuleInner>
Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules.
- inboundNatPools
- IList<InboundNatPoolInner>
Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules.
- outboundRules
- IList<OutboundRuleInner>
The outbound rules.
- resourceGuid
- String
The resource GUID property of the load balancer resource.
- provisioningState
- ProvisioningState
The provisioning state of the load balancer resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET