ASRVMNicDetails 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.
ASR VM Nic Details
public class ASRVMNicDetails
type ASRVMNicDetails = class
Public Class ASRVMNicDetails
- Inheritance
-
ASRVMNicDetails
Constructors
ASRVMNicDetails() |
Initializes a new instance of the ASRVMNicDetails class. |
ASRVMNicDetails(VMNicDetails) |
Initializes a new instance of the ASRVMNicDetails class. |
Properties
EnableAcceleratedNetworkingOnRecovery | |
EnableAcceleratedNetworkingOnTfo | |
IpAddressType | |
IpConfigs |
Gets or sets the IP configuration details of a 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 recovery NIC. |
RecoveryNicResourceGroupName |
Gets or sets the name of the recovery NIC resource group name. |
RecoveryVMNetworkId |
Gets or sets recovery VM network Id. |
RecoveryVMSubnetName | |
ReplicaNicId | |
ReplicaNicStaticIPAddress | |
ReuseExistingNic |
Gets or sets whether an existing Nic can be used during failover. |
SelectionType |
Gets or sets selection type for failover. |
SourceNicArmId | |
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 test failover network Id. |
VMNetworkName |
Gets or sets VM network name. |
VMSubnetName |