Share via


InMageAzureV2EnableProtectionInputTargetNicTags Class

Definition

The tags for the target NICs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageAzureV2EnableProtectionInputTargetNicTagsTypeConverter))]
public class InMageAzureV2EnableProtectionInputTargetNicTags : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageAzureV2EnableProtectionInputTargetNicTags, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageAzureV2EnableProtectionInputTargetNicTagsTypeConverter))>]
type InMageAzureV2EnableProtectionInputTargetNicTags = class
    interface IInMageAzureV2EnableProtectionInputTargetNicTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class InMageAzureV2EnableProtectionInputTargetNicTags
Implements IAssociativeArray(Of String), IInMageAzureV2EnableProtectionInputTargetNicTags
Inheritance
InMageAzureV2EnableProtectionInputTargetNicTags
Attributes
Implements

Constructors

InMageAzureV2EnableProtectionInputTargetNicTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageAzureV2EnableProtectionInputTargetNicTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageAzureV2EnableProtectionInputTargetNicTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageAzureV2EnableProtectionInputTargetNicTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(InMageAzureV2EnableProtectionInputTargetNicTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to