INetworkDeviceSkuProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDeviceSkuPropertiesTypeConverter))]
public interface INetworkDeviceSkuProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDeviceSkuPropertiesTypeConverter))>]
type INetworkDeviceSkuProperties = interface
interface IJsonSerializable
Public Interface INetworkDeviceSkuProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |