@azure/arm-powerbidedicated package
Classes
PowerBIDedicated |
Interfaces
AutoScaleVCore |
Represents an instance of an auto scale v-core resource. |
AutoScaleVCoreListResult |
An array of auto scale v-core resources. |
AutoScaleVCoreMutableProperties |
An object that represents a set of mutable auto scale v-core resource properties. |
AutoScaleVCoreProperties |
Properties of an auto scale v-core resource. |
AutoScaleVCoreSku |
Represents the SKU name and Azure pricing tier for auto scale v-core resource. |
AutoScaleVCoreUpdateParameters |
Update request specification |
AutoScaleVCores |
Interface representing a AutoScaleVCores. |
AutoScaleVCoresCreateOptionalParams |
Optional parameters. |
AutoScaleVCoresDeleteOptionalParams |
Optional parameters. |
AutoScaleVCoresGetOptionalParams |
Optional parameters. |
AutoScaleVCoresListByResourceGroupOptionalParams |
Optional parameters. |
AutoScaleVCoresListBySubscriptionOptionalParams |
Optional parameters. |
AutoScaleVCoresUpdateOptionalParams |
Optional parameters. |
Capacities |
Interface representing a Capacities. |
CapacitiesCheckNameAvailabilityOptionalParams |
Optional parameters. |
CapacitiesCreateOptionalParams |
Optional parameters. |
CapacitiesDeleteOptionalParams |
Optional parameters. |
CapacitiesGetDetailsOptionalParams |
Optional parameters. |
CapacitiesListByResourceGroupOptionalParams |
Optional parameters. |
CapacitiesListOptionalParams |
Optional parameters. |
CapacitiesListSkusForCapacityOptionalParams |
Optional parameters. |
CapacitiesListSkusOptionalParams |
Optional parameters. |
CapacitiesResumeOptionalParams |
Optional parameters. |
CapacitiesSuspendOptionalParams |
Optional parameters. |
CapacitiesUpdateOptionalParams |
Optional parameters. |
CapacitySku |
Represents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource. |
CheckCapacityNameAvailabilityParameters |
Details of capacity name request body. |
CheckCapacityNameAvailabilityResult |
The checking result of capacity name availability. |
DedicatedCapacities |
An array of Dedicated capacities resources. |
DedicatedCapacity |
Represents an instance of a Dedicated Capacity resource. |
DedicatedCapacityAdministrators |
An array of administrator user identities |
DedicatedCapacityMutableProperties |
An object that represents a set of mutable Dedicated capacity resource properties. |
DedicatedCapacityProperties |
Properties of Dedicated Capacity resource. |
DedicatedCapacityUpdateParameters |
Provision request specification |
ErrorResponse |
Describes the format of Error response. |
ErrorResponseError |
The error object |
Operation |
Capacities REST API operation. |
OperationDisplay |
The object that represents the operation. |
OperationListResult |
Result listing capacities. It contains a list of operations and a URL link to get the next set of results. |
Operations |
Interface representing a Operations. |
OperationsListNextOptionalParams |
Optional parameters. |
OperationsListOptionalParams |
Optional parameters. |
PowerBIDedicatedOptionalParams |
Optional parameters. |
Resource |
Represents an instance of an PowerBI Dedicated resource. |
SkuDetailsForExistingResource |
An object that represents SKU details for existing resources |
SkuEnumerationForExistingResourceResult |
An object that represents enumerating SKUs for existing resources |
SkuEnumerationForNewResourceResult |
An object that represents enumerating SKUs for new resources |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
Type Aliases
AutoScaleVCoresCreateResponse |
Contains response data for the create operation. |
AutoScaleVCoresGetResponse |
Contains response data for the get operation. |
AutoScaleVCoresListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
AutoScaleVCoresListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
AutoScaleVCoresUpdateResponse |
Contains response data for the update operation. |
CapacitiesCheckNameAvailabilityResponse |
Contains response data for the checkNameAvailability operation. |
CapacitiesCreateResponse |
Contains response data for the create operation. |
CapacitiesGetDetailsResponse |
Contains response data for the getDetails operation. |
CapacitiesListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
CapacitiesListResponse |
Contains response data for the list operation. |
CapacitiesListSkusForCapacityResponse |
Contains response data for the listSkusForCapacity operation. |
CapacitiesListSkusResponse |
Contains response data for the listSkus operation. |
CapacitiesUpdateResponse |
Contains response data for the update operation. |
CapacityProvisioningState |
Defines values for CapacityProvisioningState. Known values supported by the serviceDeleting |
CapacitySkuTier |
Defines values for CapacitySkuTier. Known values supported by the servicePBIE_Azure |
IdentityType |
Defines values for IdentityType. Known values supported by the serviceUser |
Mode |
Defines values for Mode. Known values supported by the serviceGen1 |
OperationsListNextResponse |
Contains response data for the listNext operation. |
OperationsListResponse |
Contains response data for the list operation. |
State |
Defines values for State. Known values supported by the serviceDeleting |
VCoreProvisioningState |
Defines values for VCoreProvisioningState. Known values supported by the serviceSucceeded |
VCoreSkuTier |
Defines values for VCoreSkuTier. Known values supported by the serviceAutoScale |
Enums
KnownCapacityProvisioningState |
Known values of CapacityProvisioningState that the service accepts. |
KnownCapacitySkuTier |
Known values of CapacitySkuTier that the service accepts. |
KnownIdentityType |
Known values of IdentityType that the service accepts. |
KnownMode |
Known values of Mode that the service accepts. |
KnownState |
Known values of State that the service accepts. |
KnownVCoreProvisioningState |
Known values of VCoreProvisioningState that the service accepts. |
KnownVCoreSkuTier |
Known values of VCoreSkuTier that the service accepts. |
Functions
get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value
produced by the byPage
iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value
on the IteratorResult from a byPage
iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.