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