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