FrontendEndpointsListResult 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 frontend endpoints. It contains a list of Frontend endpoint objects and a URL link to get the next set of results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontendEndpointsListResultTypeConverter))]
public class FrontendEndpointsListResult : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.FrontendEndpointsListResultTypeConverter))>]
type FrontendEndpointsListResult = class
interface IFrontendEndpointsListResult
interface IJsonSerializable
Public Class FrontendEndpointsListResult
Implements IFrontendEndpointsListResult
- Inheritance
-
FrontendEndpointsListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FrontendEndpointsListResult() |
Creates an new FrontendEndpointsListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
URL to get the next set of frontend endpoints if there are any. |
| Value |
List of Frontend endpoints within a Front Door. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FrontendEndpointsListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FrontendEndpointsListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpointsListResult. |
| FromJsonString(String) |
Creates a new instance of FrontendEndpointsListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of FrontendEndpointsListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |