NetworkVirtualApplianceData Class

Definition

Compatibility declaration for the NetworkVirtualApplianceData type.

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

Constructors

Name Description
NetworkVirtualApplianceData()

Initializes a new instance of NetworkVirtualApplianceData.

Properties

Name Description
AdditionalNics

Details required for Additional Network Interface. This property is not compatible with the NVA deployed in VNets.

AddressPrefix

Address Prefix.

BootStrapConfigurationBlobs

BootStrapConfigurationBlobs storage URLs.

CloudInitConfiguration

CloudInitConfiguration string in plain text.

CloudInitConfigurationBlobs

CloudInitConfigurationBlob storage URLs.

Delegation

The delegation for the Virtual Appliance. Only appliable for SaaS NVA.

DeploymentType

The deployment type. PartnerManaged for the SaaS NVA.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Identity

The service principal that has read access to cloud-init and config blob.

InboundSecurityRules

Gets or sets the InboundSecurityRules compatibility property.

InternetIngressPublicIps

List of Resource Uri of Public IPs for Internet Ingress Scenario.

InternetIngressPublicIPs

Compatibility member.

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
NetworkInterfaceConfigurations

Gets the NetworkInterfaceConfigurations.

NvaInterfaceConfigurations

The NVA in VNet interface configurations.

NvaSku

Network Virtual Appliance SKU.

PartnerManagedResource

The delegation for the Virtual Appliance.

PrivateIpAddress

A Internal Load Balancer's HA port frontend IP address. Can be used to set routes & UDR to load balance traffic between NVA instances.

PrivateIPAddress

Compatibility member.

ProvisioningState

The provisioning state of the resource.

ResourceType

Compatibility member.

(Inherited from NetworkTrackedResourceData)
SshPublicKey

Public key for SSH login.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
Type

Resource type.

(Inherited from NetworkTrackedResourceData)
VirtualApplianceAsn

VirtualAppliance ASN. Microsoft private, public and IANA reserved ASN are not supported.

VirtualApplianceConnections

Gets or sets the VirtualApplianceConnections compatibility property.

VirtualApplianceNics

List of Virtual Appliance Network Interfaces.

VirtualApplianceSites

Gets or sets the VirtualApplianceSites compatibility property.

VirtualHubId

Resource ID.

Methods

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

Explicit Interface Implementations

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

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

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkVirtualApplianceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkVirtualApplianceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkVirtualApplianceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkVirtualApplianceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkVirtualApplianceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to