INetworkDeviceProperties 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.NetworkDevicePropertiesTypeConverter))]
public interface INetworkDeviceProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDevicePatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDevicePropertiesTypeConverter))>]
type INetworkDeviceProperties = interface
interface IJsonSerializable
interface IAnnotationResource
interface INetworkDevicePatchableProperties
Public Interface INetworkDeviceProperties
Implements IAnnotationResource, INetworkDevicePatchableProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdministrativeState |
Administrative state of the resource. |
| Annotation |
Switch configuration description. (Inherited from IAnnotationResource) |
| ConfigurationState |
Configuration state of the resource. |
| HostName |
The host name of the device. (Inherited from INetworkDevicePatchableProperties) |
| ManagementIpv4Address |
Management IPv4 Address. |
| ManagementIpv6Address |
Management IPv6 Address. |
| NetworkDeviceRole |
NetworkDeviceRole is the device role: Example: CE | ToR. |
| NetworkDeviceSku |
Network Device SKU name. |
| NetworkRackId |
Reference to network rack resource id. |
| ProvisioningState |
Provisioning state of the resource. |
| SerialNumber |
Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. (Inherited from INetworkDevicePatchableProperties) |
| Version |
Current version of the device as defined in SKU. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |