virtual_appliance_skus
Creates, updates, deletes, gets or lists a virtual_appliance_skus
resource.
Overview
Name | virtual_appliance_skus |
Type | Resource |
Id | azure.network.virtual_appliance_skus |
Fields
- vw_virtual_appliance_skus
- virtual_appliance_skus
Name | Datatype | Description |
---|---|---|
id | text | Resource ID. |
name | text | Resource name. |
available_scale_units | text | field from the properties object |
available_versions | text | field from the properties object |
etag | text | A unique read-only string that changes whenever the resource is updated. |
location | text | Resource location. |
skuName | text | field from the properties object |
subscriptionId | text | field from the properties object |
tags | text | Resource tags. |
type | text | Resource type. |
vendor | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
etag | string | A unique read-only string that changes whenever the resource is updated. |
location | string | Resource location. |
properties | object | Properties specific to NetworkVirtualApplianceSkus. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | skuName, subscriptionId | Retrieves a single available sku for network virtual appliance. |
list | SELECT | subscriptionId | List all SKUs available for a virtual appliance. |
SELECT
examples
List all SKUs available for a virtual appliance.
- vw_virtual_appliance_skus
- virtual_appliance_skus
SELECT
id,
name,
available_scale_units,
available_versions,
etag,
location,
skuName,
subscriptionId,
tags,
type,
vendor
FROM azure.network.vw_virtual_appliance_skus
WHERE subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
etag,
location,
properties,
tags,
type
FROM azure.network.virtual_appliance_skus
WHERE subscriptionId = '{{ subscriptionId }}';