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

BackendPoolListResult Class

Definition

Result of the request to list Backend Pools. It contains a list of Backend Pools objects and a URL link to get the next set of results.

public class BackendPoolListResult
type BackendPoolListResult = class
Public Class BackendPoolListResult
Inheritance
BackendPoolListResult

Constructors

BackendPoolListResult()

Initializes a new instance of the BackendPoolListResult class.

BackendPoolListResult(IList<BackendPool>, String)

Initializes a new instance of the BackendPoolListResult class.

Properties

NextLink

Gets or sets uRL to get the next set of BackendPool objects if there are any.

Value

Gets list of Backend Pools within a Front Door.

Applies to