IInMageRcmReplicationDetails.TargetNicTag Property

Definition

The tags for the target NICs.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The tags for the target NICs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IUserCreatedResourceTag) }, Read=true, ReadOnly=false, Required=false, SerializedName="targetNicTags", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IUserCreatedResourceTag> TargetNicTag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The tags for the target NICs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IUserCreatedResourceTag) }, Read=true, ReadOnly=false, Required=false, SerializedName="targetNicTags", Update=true)>]
member this.TargetNicTag : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IUserCreatedResourceTag> with get, set
Public Property TargetNicTag As List(Of IUserCreatedResourceTag)

Property Value

Attributes

Applies to