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