ArmFrontDoorModelFactory.FrontDoorBackendPool Method
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.
Initializes a new instance of FrontDoorBackendPool.
public static Azure.ResourceManager.FrontDoor.Models.FrontDoorBackendPool FrontDoorBackendPool(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.FrontDoorBackend> backends = default, Azure.Core.ResourceIdentifier loadBalancingSettingsId = default, Azure.Core.ResourceIdentifier healthProbeSettingsId = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceState? resourceState = default);
static member FrontDoorBackendPool : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * seq<Azure.ResourceManager.FrontDoor.Models.FrontDoorBackend> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceState> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorBackendPool
Public Shared Function FrontDoorBackendPool (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional backends As IEnumerable(Of FrontDoorBackend) = Nothing, Optional loadBalancingSettingsId As ResourceIdentifier = Nothing, Optional healthProbeSettingsId As ResourceIdentifier = Nothing, Optional resourceState As Nullable(Of FrontDoorResourceState) = Nothing) As FrontDoorBackendPool
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- backends
- IEnumerable<FrontDoorBackend>
The set of backends for this pool.
- loadBalancingSettingsId
- ResourceIdentifier
Load balancing settings for a backend pool.
- healthProbeSettingsId
- ResourceIdentifier
L7 health probe settings for a backend pool.
- resourceState
- Nullable<FrontDoorResourceState>
Resource status.
Returns
A new FrontDoorBackendPool instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET