VmNicContentDetails 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.
Hyper V VM network input details.
public class VmNicContentDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmNicContentDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmNicContentDetails>
type VmNicContentDetails = class
interface IJsonModel<VmNicContentDetails>
interface IPersistableModel<VmNicContentDetails>
Public Class VmNicContentDetails
Implements IJsonModel(Of VmNicContentDetails), IPersistableModel(Of VmNicContentDetails)
- Inheritance
-
VmNicContentDetails
- Implements
Constructors
VmNicContentDetails() |
Initializes a new instance of VmNicContentDetails. |
Properties
IPConfigs |
The IP configurations to be used by NIC during test failover and failover. |
IsAcceleratedNetworkingOnRecoveryEnabled |
Whether the NIC has accelerated networking enabled. |
IsAcceleratedNetworkingOnTfoEnabled |
Whether the test NIC has accelerated networking enabled. |
IsReuseExistingNicAllowed |
A value indicating whether an existing NIC is allowed to be reused during failover subject to availability. |
IsTfoReuseExistingNicAllowed |
A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability. |
NicId |
The nic Id. |
RecoveryNetworkSecurityGroupId |
The id of the NSG associated with the NIC. |
RecoveryNicName |
The name of the NIC to be used when creating target NICs. |
RecoveryNicResourceGroupName |
The resource group of the NIC to be used when creating target NICs. |
SelectionType |
Selection type for failover. |
TargetNicName |
Target NIC name. |
TfoNetworkSecurityGroupId |
The NSG to be used by NIC during test failover. |
TfoNicName |
The name of the NIC to be used when creating target NICs in TFO. |
TfoNicResourceGroupName |
The resource group of the NIC to be used when creating target NICs in TFO. |
Explicit Interface Implementations
IJsonModel<VmNicContentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VmNicContentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VmNicContentDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VmNicContentDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VmNicContentDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET