VirtualNetworkAppliance interface
A virtual network appliance in a resource group.
- Extends
Properties
| bandwidth |
Bandwidth of the VirtualNetworkAppliance resource in Gbps. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| ip |
A list of IPConfigurations of the virtual network appliance. |
| private |
Whether the specific virtual network appliance is IPv4 or Dual Stack. Default is IPv4. |
| provisioning |
The provisioning state of the virtual network appliance resource. |
| resource |
The resource GUID property of the virtual network appliance resource. |
| subnet | The reference to the subnet resource. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
bandwidthInGbps
Bandwidth of the VirtualNetworkAppliance resource in Gbps.
bandwidthInGbps?: number
Property Value
number
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
ipConfigurations
A list of IPConfigurations of the virtual network appliance.
ipConfigurations?: VirtualNetworkApplianceIpConfiguration[]
Property Value
privateIPAddressVersion
Whether the specific virtual network appliance is IPv4 or Dual Stack. Default is IPv4.
privateIPAddressVersion?: string
Property Value
string
provisioningState
The provisioning state of the virtual network appliance resource.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the virtual network appliance resource.
resourceGuid?: string
Property Value
string
subnet
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags