BackendPoolListResult Constructors
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.
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.