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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET