Freigeben über


TrunkedNetworkPatchParameters Class

Definition

TrunkedNetworkPatchParameters represents the body of the request to patch the Trunked network.

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

Constructors

TrunkedNetworkPatchParameters()

Creates an new TrunkedNetworkPatchParameters instance.

Properties

Tag

The Azure resource tags that will replace the existing ones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrunkedNetworkPatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrunkedNetworkPatchParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrunkedNetworkPatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to