NetworkVirtualApplianceData Class

Definition

A class representing the NetworkVirtualAppliance data model. NetworkVirtualAppliance Resource.

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

Constructors

NetworkVirtualApplianceData()

Initializes a new instance of NetworkVirtualApplianceData.

Properties

AdditionalNics

Details required for Additional Network Interface.

AddressPrefix

Address Prefix.

BootStrapConfigurationBlobs

BootStrapConfigurationBlobs storage URLs.

CloudInitConfiguration

CloudInitConfiguration string in plain text.

CloudInitConfigurationBlobs

CloudInitConfigurationBlob storage URLs.

Delegation

The delegation for the Virtual Appliance.

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

List of references to InboundSecurityRules.

InternetIngressPublicIPs

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

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
NvaSku

Network Virtual Appliance SKU.

PartnerManagedResource

The delegation for the Virtual Appliance.

ProvisioningState

The provisioning state of the resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
SshPublicKey

Public key for SSH login.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
VirtualApplianceAsn

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

VirtualApplianceConnections

List of references to VirtualApplianceConnections.

VirtualApplianceNics

List of Virtual Appliance Network Interfaces.

VirtualApplianceSites

List of references to VirtualApplianceSite.

VirtualHubId

Gets or sets Id.

Explicit Interface Implementations

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