IBackendAddressPool Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.BackendAddressPoolTypeConverter))]
public interface IBackendAddressPool : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.BackendAddressPoolTypeConverter))>]
type IBackendAddressPool = interface
    interface IJsonSerializable
    interface ISubResourceAutoGenerated
Public Interface IBackendAddressPool
Implements ISubResourceAutoGenerated
Derived
Attributes
Implements

Properties

BackendIPConfiguration

An array of references to IP addresses defined in network interfaces.

Etag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from ISubResourceAutoGenerated)
LoadBalancerBackendAddress

An array of backend addresses.

LoadBalancingRule

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

Location

The location of the backend address pool.

Name

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.

OutboundRuleId

Resource ID.

PropertiesOutboundRules

An array of references to outbound rules that use this backend address pool.

ProvisioningState

The provisioning state of the backend address pool resource.

TunnelInterface

An array of gateway load balancer tunnel interfaces.

Type

Type of the resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to