NetworkDeviceSkusListResult Class

Definition

List of Network Device SKUs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDeviceSkusListResultTypeConverter))]
public class NetworkDeviceSkusListResult : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDeviceSkusListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDeviceSkusListResultTypeConverter))>]
type NetworkDeviceSkusListResult = class
    interface INetworkDeviceSkusListResult
    interface IJsonSerializable
Public Class NetworkDeviceSkusListResult
Implements INetworkDeviceSkusListResult
Inheritance
NetworkDeviceSkusListResult
Attributes
Implements

Constructors

Name Description
NetworkDeviceSkusListResult()

Creates an new NetworkDeviceSkusListResult instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of Network Device SKU resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkDeviceSkusListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkDeviceSkusListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDeviceSkusListResult.

FromJsonString(String)

Creates a new instance of NetworkDeviceSkusListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkDeviceSkusListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to