L3NetworkPatchParameters 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.
L3NetworkPatchParameters represents the body of the request to patch the cloud services network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L3NetworkPatchParametersTypeConverter))]
public class L3NetworkPatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL3NetworkPatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L3NetworkPatchParametersTypeConverter))>]
type L3NetworkPatchParameters = class
interface IL3NetworkPatchParameters
interface IJsonSerializable
Public Class L3NetworkPatchParameters
Implements IL3NetworkPatchParameters
- Inheritance
-
L3NetworkPatchParameters
- Attributes
- Implements
Constructors
L3NetworkPatchParameters() |
Creates an new L3NetworkPatchParameters instance. |
Properties
Tag |
The Azure resource tags that will replace the existing ones. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of L3NetworkPatchParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L3NetworkPatchParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL3NetworkPatchParameters. |
FromJsonString(String) |
Creates a new instance of L3NetworkPatchParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of L3NetworkPatchParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |