Share via


AcceptOwnershipRequestPropertiesTags Class

Definition

Tags for the subscription

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.AcceptOwnershipRequestPropertiesTagsTypeConverter))]
public class AcceptOwnershipRequestPropertiesTags : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.IAcceptOwnershipRequestPropertiesTags, Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.AcceptOwnershipRequestPropertiesTagsTypeConverter))>]
type AcceptOwnershipRequestPropertiesTags = class
    interface IAcceptOwnershipRequestPropertiesTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class AcceptOwnershipRequestPropertiesTags
Implements IAcceptOwnershipRequestPropertiesTags, IAssociativeArray(Of String)
Inheritance
AcceptOwnershipRequestPropertiesTags
Attributes
Implements

Constructors

AcceptOwnershipRequestPropertiesTags()

Creates an new AcceptOwnershipRequestPropertiesTags instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

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

Deserializes a IDictionary into an instance of AcceptOwnershipRequestPropertiesTags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AcceptOwnershipRequestPropertiesTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.IAcceptOwnershipRequestPropertiesTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AcceptOwnershipRequestPropertiesTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(AcceptOwnershipRequestPropertiesTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to