BackendPool 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.
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. |