NetworkDeviceSkuProperties 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.
Network Device SKU Properties defines the properties of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDeviceSkuPropertiesTypeConverter))]
public class NetworkDeviceSkuProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDeviceSkuProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDeviceSkuPropertiesTypeConverter))>]
type NetworkDeviceSkuProperties = class
interface INetworkDeviceSkuProperties
interface IJsonSerializable
Public Class NetworkDeviceSkuProperties
Implements INetworkDeviceSkuProperties
- Inheritance
-
NetworkDeviceSkuProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkDeviceSkuProperties() |
Creates an new NetworkDeviceSkuProperties instance. |
Properties
| Name | Description |
|---|---|
| Interface |
List of network device interfaces. |
| Manufacturer |
Manufacturer of the network device. |
| Model |
Model of the network device. |
| ProvisioningState |
Provisioning state of the resource. |
| SupportedRoleType |
Available roles for the network device. |
| SupportedVersion |
List of supported version details of network device. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkDeviceSkuProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkDeviceSkuProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDeviceSkuProperties. |
| FromJsonString(String) |
Creates a new instance of NetworkDeviceSkuProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkDeviceSkuProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |