Language

VirtualNetworkLinkPatchProperties Class

Definition

Represents the updatable properties of the virtual network link.

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

Constructors

Name Description
VirtualNetworkLinkPatchProperties()

Creates an new VirtualNetworkLinkPatchProperties instance.

Properties

Name Description
Metadata

Metadata attached to the virtual network link.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualNetworkLinkPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualNetworkLinkPatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualNetworkLinkPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to