NvaInterfaceConfigurationsProperties Class

Definition

Compatibility declaration for the NvaInterfaceConfigurationsProperties type.

public class NvaInterfaceConfigurationsProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.NvaInterfaceConfigurationsProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.NvaInterfaceConfigurationsProperties>
type NvaInterfaceConfigurationsProperties = class
    interface IJsonModel<NvaInterfaceConfigurationsProperties>
    interface IPersistableModel<NvaInterfaceConfigurationsProperties>
Public Class NvaInterfaceConfigurationsProperties
Implements IJsonModel(Of NvaInterfaceConfigurationsProperties), IPersistableModel(Of NvaInterfaceConfigurationsProperties)
Inheritance
NvaInterfaceConfigurationsProperties
Implements

Constructors

Name Description
NvaInterfaceConfigurationsProperties()

Initializes a new instance of NvaInterfaceConfigurationsProperties.

Properties

Name Description
Name

Specifies the name of the interface. Maximum length is 70 characters.

PropertiesType

Compatibility member.

SubnetId

Resource Uri of Subnet.

Type

Specifies the NIC types for the NVA interface configuration. Allowed values: PrivateNic, PublicNic, AdditionalPrivateNic, AdditionalPublicNic. Only the combination of PrivateNic and PublicNic is currently supported.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NvaInterfaceConfigurationsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NvaInterfaceConfigurationsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NvaInterfaceConfigurationsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NvaInterfaceConfigurationsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NvaInterfaceConfigurationsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to