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

BackendPool Class

Definition

A backend pool is a collection of backends that can be routed to.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolTypeConverter))]
public class BackendPool : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolTypeConverter))>]
type BackendPool = class
    interface IBackendPool
    interface IJsonSerializable
    interface ISubResource
    interface IValidates
Public Class BackendPool
Implements IBackendPool, IValidates
Inheritance
BackendPool
Attributes
Implements

Constructors

Name Description
BackendPool()

Creates an new BackendPool instance.

Properties

Name Description
Backend

The set of backends for this pool

HealthProbeSettingId

Resource ID.

Id

Resource ID.

LoadBalancingSettingId

Resource ID.

Name

Resource name.

ResourceState

Resource status.

Type

Resource type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BackendPool.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BackendPool.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BackendPool into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to