NvaInterfaceConfigurationsProperties 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.
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
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. |