NetworkDevicePatchableProperties 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 updatable properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDevicePatchablePropertiesTypeConverter))]
public class NetworkDevicePatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDevicePatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDevicePatchablePropertiesTypeConverter))>]
type NetworkDevicePatchableProperties = class
interface INetworkDevicePatchableProperties
interface IJsonSerializable
Public Class NetworkDevicePatchableProperties
Implements INetworkDevicePatchableProperties
- Inheritance
-
NetworkDevicePatchableProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkDevicePatchableProperties() |
Creates an new NetworkDevicePatchableProperties instance. |
Properties
| Name | Description |
|---|---|
| HostName |
The host name of the device. |
| SerialNumber |
Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkDevicePatchableProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkDevicePatchableProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDevicePatchableProperties. |
| FromJsonString(String) |
Creates a new instance of NetworkDevicePatchableProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkDevicePatchableProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |