BackendAddressPoolInner Class
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.
Pool of backend IP addresses.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BackendAddressPoolInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackendAddressPoolInner = class
inherit SubResource
Public Class BackendAddressPoolInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
BackendAddressPoolInner() |
Initializes a new instance of the BackendAddressPoolInner class. |
BackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<SubResource>, SubResource, IList<SubResource>, ProvisioningState, String, String, String) |
Initializes a new instance of the BackendAddressPoolInner class. |
Properties
BackendIPConfigurations |
Gets an array of references to IP addresses defined in network interfaces. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
LoadBalancingRules |
Gets an array of references to load balancing rules that use this backend address pool. |
Name |
Gets or sets the name of the resource that is unique within the set of backend address pools used by the load balancer. This name can be used to access the resource. |
OutboundRule |
Gets a reference to an outbound rule that uses this backend address pool. |
OutboundRules |
Gets an array of references to outbound rules that use this backend address pool. |
ProvisioningState |
Gets the provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET