NetworkVirtualApplianceOutput interface
NetworkVirtualAppliance Resource.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| identity | The service principal that has read access to cloud-init and config blob. |
| properties | Properties of the Network Virtual Appliance. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
identity
The service principal that has read access to cloud-init and config blob.
identity?: ManagedServiceIdentityOutput
Property Value
properties
Properties of the Network Virtual Appliance.
properties?: NetworkVirtualAppliancePropertiesFormatOutput
Property Value
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags