Share via


VirtualNetworksPatch Class

Definition

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

Name Description
VirtualNetworksPatch()

Creates an new VirtualNetworksPatch instance.

Properties

Name Description
Tag

Resource tags

Methods

Name Description
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()

Applies to