NetworkDevicePatchParameters Class

Definition

The Network Device Patch Parameters defines the patch parameters of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDevicePatchParametersTypeConverter))]
public class NetworkDevicePatchParameters : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDevicePatchParameters, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkDevicePatchParametersTypeConverter))>]
type NetworkDevicePatchParameters = class
    interface INetworkDevicePatchParameters
    interface IJsonSerializable
    interface ITagsUpdate
    interface IValidates
Public Class NetworkDevicePatchParameters
Implements INetworkDevicePatchParameters, IValidates
Inheritance
NetworkDevicePatchParameters
Attributes
Implements

Constructors

Name Description
NetworkDevicePatchParameters()

Creates an new NetworkDevicePatchParameters 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.

Tag

Resource tags

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkDevicePatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkDevicePatchParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkDevicePatchParameters.

FromJsonString(String)

Creates a new instance of NetworkDevicePatchParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkDevicePatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to