Skip to main content

network_fabric_skus

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

Overview

Namenetwork_fabric_skus
TypeResource
Idazure.managed_network_fabric.network_fabric_skus

Fields

NameDatatypeDescription
detailstextfield from the properties object
max_compute_rackstextfield from the properties object
maximum_server_counttextfield from the properties object
networkFabricSkuNametextfield from the properties object
provisioning_statetextfield from the properties object
subscriptionIdtextfield from the properties object
supported_versionstextfield from the properties object
typetextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkFabricSkuName, subscriptionIdImplements Network Fabric SKU GET method.
list_by_subscriptionSELECTsubscriptionIdImplements Network Fabric SKUs list by subscription GET method.

SELECT examples

Implements Network Fabric SKUs list by subscription GET method.

SELECT
details,
max_compute_racks,
maximum_server_count,
networkFabricSkuName,
provisioning_state,
subscriptionId,
supported_versions,
type
FROM azure.managed_network_fabric.vw_network_fabric_skus
WHERE subscriptionId = '{{ subscriptionId }}';