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

ASRVMNicConfig Class

Definition

Partial ASR details of a NIC.

[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/windowsazure")]
public class ASRVMNicConfig
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/windowsazure")>]
type ASRVMNicConfig = class
Public Class ASRVMNicConfig
Inheritance
ASRVMNicConfig
Attributes

Constructors

ASRVMNicConfig()

Properties

EnableAcceleratedNetworkingOnRecovery

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

EnableAcceleratedNetworkingOnTfo

Gets or sets whether the test failover NIC has accelerated networking enabled.

IPConfigs

Gets or sets the IP configuration details for the recovery NIC.

NicId

Gets or sets ID of the NIC.

RecoveryNetworkSecurityGroupId

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

RecoveryNicName

Gets or sets the name of the recovery NIC.

RecoveryNicResourceGroupName

Gets or sets the name of the recovery NIC resource group name.

RecoveryVMNetworkId

Gets or sets Id of the recovery VM Network.

ReuseExistingNic

Gets or sets whether an existing Nic can be used during failover.

TfoNetworkSecurityGroupId

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

TfoNicName

Gets or sets name of the TFO Nic.

TfoNicResourceGroupName

Gets or sets name of the TFO Nic resource group name.

TfoReuseExistingNic

Gets or sets whether an existing Nic can be used during TFO .

TfoVMNetworkId

Gets or sets Id of the test failover VM Network.

Applies to