Microsoft.PowerBIDedicated (stable:2021-01-01)

2025/07/04 • 18 new, 18 deleted methods

Operations_List (new)
Description Lists all of the available PowerBIDedicated REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.PowerBIDedicated/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties:
{
serviceSpecification:
{
metricSpecifications:
[
{
name: string ,
displayName: string ,
displayDescription: string ,
unit: string ,
aggregationType: string ,
metricFilterPattern: string ,
dimensions:
[
{
name: string ,
displayName: string ,
}
,
]
,
}
,
]
,
logSpecifications:
[
{
name: string ,
displayName: string ,
blobDuration: string ,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_ListBySubscription (new)
Description Lists all the auto scale v-cores for the given subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_List (new)
Description Lists all the Dedicated capacities for the given subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_CheckNameAvailability (new)
Description Check the name availability in the target location.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability
{
location: string ,
capacityParameters:
{
name: string ,
type: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: string ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_ListSkus (new)
Description Lists eligible SKUs for PowerBI Dedicated resource provider.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_ListByResourceGroup (new)
Description Gets all the auto scale v-cores for the given resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_Get (new)
Description Gets details about the specified auto scale v-core.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vcoreName: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_Create (new)
Description Provisions the specified auto scale v-core based on the configuration specified in the request.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vcoreName: string ,
vCoreParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_Update (new)
Description Updates the current state of the specified auto scale v-core.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vcoreName: string ,
vCoreUpdateParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
tags: object ,
properties:
{
capacityLimit: integer ,
}
,
}
,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_Delete (new)
Description Deletes the specified auto scale v-core.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vcoreName: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_ListByResourceGroup (new)
Description Gets all the Dedicated capacities for the given resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_GetDetails (new)
Description Gets details about the specified dedicated capacity.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Create (new)
Description Provisions the specified Dedicated capacity based on the configuration specified in the request.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
capacityParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Update (new)
Description Updates the current state of the specified Dedicated capacity.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
capacityUpdateParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
tags: object ,
properties:
{
administration:
{
members:
[
string ,
]
,
}
,
mode: enum ,
tenantId: string ,
friendlyName: string ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Delete (new)
Description Deletes the specified Dedicated capacity.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Resume (new)
Description Resumes operation of the specified Dedicated capacity instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/resume
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_ListSkusForCapacity (new)
Description Lists eligible SKUs for a PowerBI Dedicated resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/skus
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
resourceType: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Suspend (new)
Description Suspends operation of the specified dedicated capacity instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/suspend
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_Get (removed)
Description Gets details about the specified auto scale v-core.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vcoreName: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_Create (removed)
Description Provisions the specified auto scale v-core based on the configuration specified in the request.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vcoreName: string ,
vCoreParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_Delete (removed)
Description Deletes the specified auto scale v-core.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vcoreName: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_Update (removed)
Description Updates the current state of the specified auto scale v-core.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vcoreName: string ,
vCoreUpdateParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
tags: object ,
properties:
{
capacityLimit: integer ,
}
,
}
,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_ListByResourceGroup (removed)
Description Gets all the auto scale v-cores for the given resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
AutoScaleVCores_ListBySubscription (removed)
Description Lists all the auto scale v-cores for the given subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
capacityObjectId: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_GetDetails (removed)
Description Gets details about the specified dedicated capacity.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Create (removed)
Description Provisions the specified Dedicated capacity based on the configuration specified in the request.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
capacityParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Delete (removed)
Description Deletes the specified Dedicated capacity.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Update (removed)
Description Updates the current state of the specified Dedicated capacity.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
capacityUpdateParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
tags: object ,
properties:
{
administration:
{
members:
[
string ,
]
,
}
,
mode: enum ,
tenantId: string ,
friendlyName: string ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Suspend (removed)
Description Suspends operation of the specified dedicated capacity instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/suspend
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_Resume (removed)
Description Resumes operation of the specified Dedicated capacity instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/resume
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_ListByResourceGroup (removed)
Description Gets all the Dedicated capacities for the given resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_List (removed)
Description Lists all the Dedicated capacities for the given subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
properties:
{
state: enum ,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_ListSkus (removed)
Description Lists eligible SKUs for PowerBI Dedicated resource provider.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_ListSkusForCapacity (removed)
Description Lists eligible SKUs for a PowerBI Dedicated resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/skus
{
resourceGroupName: string ,
dedicatedCapacityName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
resourceType: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Operations_List (removed)
Description Lists all of the available PowerBIDedicated REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.PowerBIDedicated/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties:
{
serviceSpecification:
{
metricSpecifications:
[
{
name: string ,
displayName: string ,
displayDescription: string ,
unit: string ,
aggregationType: string ,
metricFilterPattern: string ,
dimensions:
[
{
name: string ,
displayName: string ,
}
,
]
,
}
,
]
,
logSpecifications:
[
{
name: string ,
displayName: string ,
blobDuration: string ,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Capacities_CheckNameAvailability (removed)
Description Check the name availability in the target location.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability
{
location: string ,
capacityParameters:
{
name: string ,
type: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: string ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}