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

VmNicContentDetails 类

定义

Hyper V VM 网络输入详细信息。

public class VmNicContentDetails
type VmNicContentDetails = class
Public Class VmNicContentDetails
继承
VmNicContentDetails

构造函数

VmNicContentDetails()

初始化 VmNicContentDetails 的新实例。

属性

IPConfigs

NIC 在测试故障转移和故障转移期间要使用的 IP 配置。

IsAcceleratedNetworkingOnRecoveryEnabled

NIC 是否已启用加速网络。

IsAcceleratedNetworkingOnTfoEnabled

测试 NIC 是否已启用加速网络。

IsReuseExistingNicAllowed

一个 值,该值指示是否允许在故障转移期间重复使用现有 NIC,但可用性受限。

IsTfoReuseExistingNicAllowed

一个 值,该值指示是否允许在测试故障转移期间重复使用现有 NIC,但可用性受限。

NicId

nic ID。

RecoveryNetworkSecurityGroupId

与 NIC 关联的 NSG 的 ID。

RecoveryNicName

创建目标 NIC 时要使用的 NIC 的名称。

RecoveryNicResourceGroupName

创建目标 NIC 时要使用的 NIC 资源组。

SelectionType

故障转移的选择类型。

TargetNicName

目标 NIC 名称。

TfoNetworkSecurityGroupId

NIC 在测试故障转移期间要使用的 NSG。

TfoNicName

在 TFO 中创建目标 NIC 时要使用的 NIC 的名称。

TfoNicResourceGroupName

在 TFO 中创建目标 NIC 时要使用的 NIC 资源组。

适用于