你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.