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