RoutePoliciesListResult 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.
List of RoutePolicies.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RoutePoliciesListResultTypeConverter))]
public class RoutePoliciesListResult : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRoutePoliciesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RoutePoliciesListResultTypeConverter))>]
type RoutePoliciesListResult = class
interface IRoutePoliciesListResult
interface IJsonSerializable
Public Class RoutePoliciesListResult
Implements IRoutePoliciesListResult
- Inheritance
-
RoutePoliciesListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RoutePoliciesListResult() |
Creates an new RoutePoliciesListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Url to follow for getting next page of resources. |
| Value |
List of RoutePolicy resources. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RoutePoliciesListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RoutePoliciesListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRoutePoliciesListResult. |
| FromJsonString(String) |
Creates a new instance of RoutePoliciesListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RoutePoliciesListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |