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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET