Share via


NvaInterfaceConfigurationsProperties Class

Definition

Specifies input parameters required NVA in VNet interface configuration.

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

NvaInterfaceConfigurationsProperties()

Initializes a new instance of NvaInterfaceConfigurationsProperties.

Properties

Name

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

PropertiesType

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.

SubnetId

Gets or sets Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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