Freigeben über


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