Language

ForwardingRulePatchPropertiesMetadata Class

Definition

Metadata attached to the forwarding rule.

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

Constructors

Name Description
ForwardingRulePatchPropertiesMetadata()

Creates an new ForwardingRulePatchPropertiesMetadata 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 ForwardingRulePatchPropertiesMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ForwardingRulePatchPropertiesMetadata.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ForwardingRulePatchPropertiesMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

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

Explicit Interface Implementations

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

Applies to