Skip to main content

network_device_skus

Creates, updates, deletes, gets or lists a network_device_skus resource.

Overview

Namenetwork_device_skus
TypeResource
Idazure.managed_network_fabric.network_device_skus

Fields

NameDatatypeDescription
interfacestextfield from the properties object
manufacturertextfield from the properties object
modeltextfield from the properties object
networkDeviceSkuNametextfield from the properties object
provisioning_statetextfield from the properties object
subscriptionIdtextfield from the properties object
supported_role_typestextfield from the properties object
supported_versionstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkDeviceSkuName, subscriptionIdGet a Network Device SKU details.
list_by_subscriptionSELECTsubscriptionIdList Network Device SKUs for the given subscription.

SELECT examples

List Network Device SKUs for the given subscription.

SELECT
interfaces,
manufacturer,
model,
networkDeviceSkuName,
provisioning_state,
subscriptionId,
supported_role_types,
supported_versions
FROM azure.managed_network_fabric.vw_network_device_skus
WHERE subscriptionId = '{{ subscriptionId }}';