你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VMNicDetails Class

Definition

Hyper V VM network details.

public class VMNicDetails
type VMNicDetails = class
Public Class VMNicDetails
Inheritance
VMNicDetails

Constructors

VMNicDetails()

Initializes a new instance of the VMNicDetails class.

VMNicDetails(String, String, String, String, String, IList<IPConfigDetails>, String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String)

Initializes a new instance of the VMNicDetails class.

Properties

EnableAcceleratedNetworkingOnRecovery

Gets or sets a value indicating whether the NIC has accelerated networking enabled.

EnableAcceleratedNetworkingOnTfo

Gets or sets whether the TFO NIC has accelerated networking enabled.

IPConfigs

Gets or sets the IP configurations of the NIC.

NicId

Gets or sets the nic Id.

RecoveryNetworkSecurityGroupId

Gets or sets the id of the NSG associated with the NIC.

RecoveryNicName

Gets or sets the name of the NIC to be used when creating target NICs.

RecoveryNicResourceGroupName

Gets or sets the resource group of the NIC to be used when creating target NICs.

RecoveryVMNetworkId

Gets or sets recovery VM network Id.

ReplicaNicId

Gets or sets the replica nic Id.

ReuseExistingNic

Gets or sets a value indicating whether an existing NIC is allowed to be reused during failover subject to availability.

SelectionType

Gets or sets selection type for failover.

SourceNicArmId

Gets or sets the source nic ARM Id.

TargetNicName

Gets or sets target NIC name.

TfoNetworkSecurityGroupId

Gets or sets the NSG to be used by NIC during test failover.

TfoRecoveryNicName

Gets or sets the name of the NIC to be used when creating target NICs in TFO.

TfoRecoveryNicResourceGroupName

Gets or sets the resource group of the NIC to be used when creating target NICs in TFO.

TfoReuseExistingNic

Gets or sets a value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.

TfoVMNetworkId

Gets or sets the network to be used by NIC during test failover.

VMNetworkName

Gets or sets vM network name.

Applies to