IVMwareToAzStackHciprotectedItemModelCustomProperties.NicsToInclude Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the list of VM NIC to replicate.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the list of VM NIC to replicate.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcinicInput) }, ReadOnly=false, Required=true, SerializedName="nicsToInclude")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcinicInput[] NicsToInclude { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the list of VM NIC to replicate.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcinicInput) }, ReadOnly=false, Required=true, SerializedName="nicsToInclude")>]
member this.NicsToInclude : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcinicInput[] with get, set
Public Property NicsToInclude As IVMwareToAzStackHcinicInput()
Property Value
- Attributes