Sdílet prostřednictvím


BackendPoolListResult Constructors

Definition

Overloads

BackendPoolListResult()

Initializes a new instance of the BackendPoolListResult class.

BackendPoolListResult(IList<BackendPool>, String)

Initializes a new instance of the BackendPoolListResult class.

BackendPoolListResult()

Initializes a new instance of the BackendPoolListResult class.

public BackendPoolListResult ();
Public Sub New ()

Applies to

BackendPoolListResult(IList<BackendPool>, String)

Initializes a new instance of the BackendPoolListResult class.

public BackendPoolListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.BackendPool> value = default, string nextLink = default);
new Microsoft.Azure.Management.FrontDoor.Models.BackendPoolListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.BackendPool> * string -> Microsoft.Azure.Management.FrontDoor.Models.BackendPoolListResult
Public Sub New (Optional value As IList(Of BackendPool) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<BackendPool>

List of Backend Pools within a Front Door.

nextLink
String

URL to get the next set of BackendPool objects if there are any.

Applies to