Language

VirtualNetworkLinkPatch Class

Definition

Describes a virtual network link for PATCH operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.VirtualNetworkLinkPatchTypeConverter))]
public class VirtualNetworkLinkPatch : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IVirtualNetworkLinkPatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.VirtualNetworkLinkPatchTypeConverter))>]
type VirtualNetworkLinkPatch = class
    interface IVirtualNetworkLinkPatch
    interface IJsonSerializable
Public Class VirtualNetworkLinkPatch
Implements IVirtualNetworkLinkPatch
Inheritance
VirtualNetworkLinkPatch
Attributes
Implements

Constructors

Name Description
VirtualNetworkLinkPatch()

Creates an new VirtualNetworkLinkPatch instance.

Properties

Name Description
Metadata

Metadata attached to the virtual network link.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualNetworkLinkPatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualNetworkLinkPatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IVirtualNetworkLinkPatch.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualNetworkLinkPatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to