VirtualNetworksPatch 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.
The Virtual Network resource patch definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworksPatchTypeConverter))]
public class VirtualNetworksPatch : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworksPatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworksPatchTypeConverter))>]
type VirtualNetworksPatch = class
interface IVirtualNetworksPatch
interface IJsonSerializable
Public Class VirtualNetworksPatch
Implements IVirtualNetworksPatch
- Inheritance
-
VirtualNetworksPatch
- Attributes
- Implements
Constructors
VirtualNetworksPatch() |
Creates an new VirtualNetworksPatch instance. |
Properties
Tag |
Resource tags |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworksPatch. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworksPatch. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworksPatch. |
FromJsonString(String) |
Creates a new instance of VirtualNetworksPatch, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworksPatch into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |