VMwareToAzStackHciProtectedNicProperties 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.
VMwareToAzStackHCI NIC properties.
public class VMwareToAzStackHciProtectedNicProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedNicProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedNicProperties>
type VMwareToAzStackHciProtectedNicProperties = class
interface IJsonModel<VMwareToAzStackHciProtectedNicProperties>
interface IPersistableModel<VMwareToAzStackHciProtectedNicProperties>
Public Class VMwareToAzStackHciProtectedNicProperties
Implements IJsonModel(Of VMwareToAzStackHciProtectedNicProperties), IPersistableModel(Of VMwareToAzStackHciProtectedNicProperties)
- Inheritance
-
VMwareToAzStackHciProtectedNicProperties
- Implements
Properties
IsPrimaryNic |
Gets or sets a value indicating whether this is the primary NIC. |
Label |
Gets or sets the NIC label. |
MacAddress |
Gets or sets the NIC mac address. |
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<VMwareToAzStackHciProtectedNicProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VMwareToAzStackHciProtectedNicProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VMwareToAzStackHciProtectedNicProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VMwareToAzStackHciProtectedNicProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VMwareToAzStackHciProtectedNicProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET