NetworkDevicePatchParametersProperties 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 Patch properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDevicePatchParametersPropertiesTypeConverter))]
public class NetworkDevicePatchParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDevicePatchParametersProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDevicePatchParametersPropertiesTypeConverter))>]
type NetworkDevicePatchParametersProperties = class
interface INetworkDevicePatchParametersProperties
interface IJsonSerializable
interface IAnnotationResource
interface INetworkDevicePatchableProperties
interface IValidates
Public Class NetworkDevicePatchParametersProperties
Implements INetworkDevicePatchParametersProperties, IValidates
- Inheritance
-
NetworkDevicePatchParametersProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkDevicePatchParametersProperties() |
Creates an new NetworkDevicePatchParametersProperties instance. |
Properties
| Name | Description |
|---|---|
| Annotation |
Switch configuration 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 NetworkDevicePatchParametersProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkDevicePatchParametersProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDevicePatchParametersProperties. |
| FromJsonString(String) |
Creates a new instance of NetworkDevicePatchParametersProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkDevicePatchParametersProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |