Skip to main content

capacities_details

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

Overview

Namecapacities_details
TypeResource
Idazure.powerbi_dedicated.capacities_details

Fields

NameDatatypeDescription
idtextAn identifier that represents the PowerBI Dedicated resource.
nametextThe name of the PowerBI Dedicated resource.
administrationtextfield from the properties object
dedicatedCapacityNametextfield from the properties object
friendly_nametextfield from the properties object
locationtextLocation of the PowerBI Dedicated resource.
modetextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
skutextRepresents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource.
statetextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
tagstextKey-value pairs of additional resource provisioning properties.
tenant_idtextfield from the properties object
typetextThe type of the PowerBI Dedicated resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdedicatedCapacityName, resourceGroupName, subscriptionIdGets details about the specified dedicated capacity.

SELECT examples

Gets details about the specified dedicated capacity.

SELECT
id,
name,
administration,
dedicatedCapacityName,
friendly_name,
location,
mode,
provisioning_state,
resourceGroupName,
sku,
state,
subscriptionId,
system_data,
tags,
tenant_id,
type
FROM azure.powerbi_dedicated.vw_capacities_details
WHERE dedicatedCapacityName = '{{ dedicatedCapacityName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';