你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationGatewayBackendAddressPool Class

Definition

Backend Address Pool of an application gateway.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationGatewayBackendAddressPoolTypeConverter))]
public class ApplicationGatewayBackendAddressPool : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationGatewayBackendAddressPoolTypeConverter))>]
type ApplicationGatewayBackendAddressPool = class
    interface IApplicationGatewayBackendAddressPool
    interface IJsonSerializable
    interface ISubResourceAutoGenerated
    interface IValidates
Public Class ApplicationGatewayBackendAddressPool
Implements IApplicationGatewayBackendAddressPool, IValidates
Inheritance
ApplicationGatewayBackendAddressPool
Attributes
Implements

Constructors

ApplicationGatewayBackendAddressPool()

Creates an new ApplicationGatewayBackendAddressPool instance.

Properties

BackendAddress

Backend addresses.

BackendIPConfiguration

Collection of references to IPs defined in network interfaces.

Etag

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

Id

Resource ID.

Name

Name of the backend address pool that is unique within an Application Gateway.

ProvisioningState

The provisioning state of the backend address pool resource.

Type

Type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApplicationGatewayBackendAddressPool.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApplicationGatewayBackendAddressPool.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool.

FromJsonString(String)

Creates a new instance of ApplicationGatewayBackendAddressPool, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApplicationGatewayBackendAddressPool into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to