Freigeben über


CloudServiceUpdateTags Class

Definition

Resource tags

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceUpdateTagsTypeConverter))]
public class CloudServiceUpdateTags : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceUpdateTags, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceUpdateTagsTypeConverter))>]
type CloudServiceUpdateTags = class
    interface ICloudServiceUpdateTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class CloudServiceUpdateTags
Implements IAssociativeArray(Of String), ICloudServiceUpdateTags
Inheritance
CloudServiceUpdateTags
Attributes
Implements

Constructors

CloudServiceUpdateTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServiceUpdateTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceUpdateTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServiceUpdateTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(CloudServiceUpdateTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to