Partager via


L2NetworkPatchParameters Class

Definition

L2NetworkPatchParameters represents the body of the request to patch the L2 network.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L2NetworkPatchParametersTypeConverter))]
public class L2NetworkPatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL2NetworkPatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L2NetworkPatchParametersTypeConverter))>]
type L2NetworkPatchParameters = class
    interface IL2NetworkPatchParameters
    interface IJsonSerializable
Public Class L2NetworkPatchParameters
Implements IL2NetworkPatchParameters
Inheritance
L2NetworkPatchParameters
Attributes
Implements

Constructors

L2NetworkPatchParameters()

Creates an new L2NetworkPatchParameters instance.

Properties

Tag

The Azure resource tags that will replace the existing ones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of L2NetworkPatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of L2NetworkPatchParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL2NetworkPatchParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of L2NetworkPatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to