Delen via


UpdateSapVirtualInstanceRequestTags Class

Definition

Gets or sets the Resource tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.UpdateSapVirtualInstanceRequestTagsTypeConverter))]
public class UpdateSapVirtualInstanceRequestTags : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IUpdateSapVirtualInstanceRequestTags, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.UpdateSapVirtualInstanceRequestTagsTypeConverter))>]
type UpdateSapVirtualInstanceRequestTags = class
    interface IUpdateSapVirtualInstanceRequestTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class UpdateSapVirtualInstanceRequestTags
Implements IAssociativeArray(Of String), IUpdateSapVirtualInstanceRequestTags
Inheritance
UpdateSapVirtualInstanceRequestTags
Attributes
Implements

Constructors

UpdateSapVirtualInstanceRequestTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateSapVirtualInstanceRequestTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IUpdateSapVirtualInstanceRequestTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateSapVirtualInstanceRequestTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(UpdateSapVirtualInstanceRequestTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to