FrontDoorBackendPool 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.
public class FrontDoorBackendPool : Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorBackendPool>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorBackendPool>
public class FrontDoorBackendPool : Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceData
type FrontDoorBackendPool = class
inherit FrontDoorResourceData
interface IJsonModel<FrontDoorBackendPool>
interface IPersistableModel<FrontDoorBackendPool>
type FrontDoorBackendPool = class
inherit FrontDoorResourceData
Public Class FrontDoorBackendPool
Inherits FrontDoorResourceData
Implements IJsonModel(Of FrontDoorBackendPool), IPersistableModel(Of FrontDoorBackendPool)
Public Class FrontDoorBackendPool
Inherits FrontDoorResourceData
- Inheritance
- Implements
Constructors
FrontDoorBackendPool() |
Initializes a new instance of FrontDoorBackendPool. |
Properties
Backends |
The set of backends for this pool. |
HealthProbeSettingsId |
Gets or sets Id. |
Id |
Resource ID. (Inherited from FrontDoorResourceData) |
LoadBalancingSettingsId |
Gets or sets Id. |
Name |
Resource name. (Inherited from FrontDoorResourceData) |
ResourceState |
Resource status. |
ResourceType |
Resource type. (Inherited from FrontDoorResourceData) |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET