TrunkedNetworkPatchParameters 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.
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() |