AzureNetworkInterfaceIpConfigBase.LoadBalancerBackendAddressPool Property
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.
[System.Management.Automation.Parameter(HelpMessage="LoadBalancerBackendAddressPools", Mandatory=false, ParameterSetName="SetByResource", ValueFromPipelineByPropertyName=true)]
public Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[] LoadBalancerBackendAddressPool { get; set; }
[System.Management.Automation.Parameter(HelpMessage="LoadBalancerBackendAddressPools", Mandatory=false, ParameterSetName="SetByResource", ValueFromPipelineByPropertyName=true)]
public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool> LoadBalancerBackendAddressPool { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="LoadBalancerBackendAddressPools", Mandatory=false, ParameterSetName="SetByResource", ValueFromPipelineByPropertyName=true)>]
member this.LoadBalancerBackendAddressPool : Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="LoadBalancerBackendAddressPools", Mandatory=false, ParameterSetName="SetByResource", ValueFromPipelineByPropertyName=true)>]
member this.LoadBalancerBackendAddressPool : System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool> with get, set
Public Property LoadBalancerBackendAddressPool As PSBackendAddressPool()
Public Property LoadBalancerBackendAddressPool As List(Of PSBackendAddressPool)
Property Value
- Attributes