ASRVMNicConfig Class
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.
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. |