Language

VirtualNetworkLinkPropertiesMetadata Class

Definition

Metadata attached to the virtual network link.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.VirtualNetworkLinkPropertiesMetadataTypeConverter))]
public class VirtualNetworkLinkPropertiesMetadata : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.IVirtualNetworkLinkPropertiesMetadata, Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.VirtualNetworkLinkPropertiesMetadataTypeConverter))>]
type VirtualNetworkLinkPropertiesMetadata = class
    interface IVirtualNetworkLinkPropertiesMetadata
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class VirtualNetworkLinkPropertiesMetadata
Implements IAssociativeArray(Of String), IVirtualNetworkLinkPropertiesMetadata
Inheritance
VirtualNetworkLinkPropertiesMetadata
Attributes
Implements

Constructors

Name Description
VirtualNetworkLinkPropertiesMetadata()

Creates an new VirtualNetworkLinkPropertiesMetadata instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
Item[String]

Methods

Name Description
Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualNetworkLinkPropertiesMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualNetworkLinkPropertiesMetadata.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualNetworkLinkPropertiesMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Name Description
Implicit(VirtualNetworkLinkPropertiesMetadata to Dictionary<String,String>)

Explicit Interface Implementations

Name Description
IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to