HyperVToAzStackHciNicInput 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.
HyperVToAzStackHCI NIC properties.
public class HyperVToAzStackHciNicInput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput>
type HyperVToAzStackHciNicInput = class
interface IJsonModel<HyperVToAzStackHciNicInput>
interface IPersistableModel<HyperVToAzStackHciNicInput>
Public Class HyperVToAzStackHciNicInput
Implements IJsonModel(Of HyperVToAzStackHciNicInput), IPersistableModel(Of HyperVToAzStackHciNicInput)
- Inheritance
-
HyperVToAzStackHciNicInput
- Implements
Constructors
HyperVToAzStackHciNicInput(String, String, String, VmNicSelection) |
Initializes a new instance of HyperVToAzStackHciNicInput. |
HyperVToAzStackHciNicInput(String, VmNicSelection) |
Initializes a new instance of HyperVToAzStackHciNicInput. |
Properties
IsMacMigrationEnabled |
Gets or sets a value indicating whether mac address migration is enabled. |
IsStaticIPMigrationEnabled |
Gets or sets a value indicating whether static ip migration is enabled. |
NetworkName |
Gets or sets the network name. |
NicId |
Gets or sets the NIC Id. |
SelectionTypeForFailover |
Gets or sets the selection type of the NIC. |
TargetNetworkId |
Gets or sets the target network Id within AzStackHCI Cluster. |
TestNetworkId |
Gets or sets the target test network Id within AzStackHCI Cluster. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HyperVToAzStackHciNicInput>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HyperVToAzStackHciNicInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HyperVToAzStackHciNicInput>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HyperVToAzStackHciNicInput>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HyperVToAzStackHciNicInput>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |