Udostępnij przez


BackendAddressPoolPropertiesFormat Class

Definition

Properties of the backend address pool.

public class BackendAddressPoolPropertiesFormat
type BackendAddressPoolPropertiesFormat = class
Public Class BackendAddressPoolPropertiesFormat
Inheritance
BackendAddressPoolPropertiesFormat

Constructors

Name Description
BackendAddressPoolPropertiesFormat()

Initializes a new instance of the BackendAddressPoolPropertiesFormat class.

BackendAddressPoolPropertiesFormat(IList<LoadBalancerBackendAddress>, IList<NetworkInterfaceIPConfiguration>, IList<SubResource>, SubResource, IList<SubResource>, String)

Initializes a new instance of the BackendAddressPoolPropertiesFormat class.

Properties

Name Description
BackendIPConfigurations

Gets an array of references to IP addresses defined in network interfaces.

LoadBalancerBackendAddresses

Gets or sets an array of backend addresses.

LoadBalancingRules

Gets an array of references to load balancing rules that use this backend address pool.

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'

Applies to