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