IHyperVToAzStackHciprotectedItemModelCustomProperties.ProtectedNic 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 VM NIC details.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the VM NIC details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHciprotectedNicProperties) }, ReadOnly=true, Required=false, SerializedName="protectedNics")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHciprotectedNicProperties[] ProtectedNic { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the VM NIC details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHciprotectedNicProperties) }, ReadOnly=true, Required=false, SerializedName="protectedNics")>]
member this.ProtectedNic : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHciprotectedNicProperties[]
Public ReadOnly Property ProtectedNic As IHyperVToAzStackHciprotectedNicProperties()
Property Value
- Attributes