@azure/arm-powerbiembedded package
Classes
| PowerBIEmbeddedManagementClient |
Interfaces
Type Aliases
| AccessKeyName |
Defines values for AccessKeyName. |
| AzureSkuName |
Defines values for AzureSkuName. Known values supported by the serviceS1 |
| AzureSkuTier |
Defines values for AzureSkuTier. Known values supported by the serviceStandard |
| CheckNameReason |
Defines values for CheckNameReason. Known values supported by the serviceUnavailable |
| GetAvailableOperationsResponse |
Contains response data for the getAvailableOperations operation. |
| WorkspaceCollectionsCheckNameAvailabilityResponse |
Contains response data for the checkNameAvailability operation. |
| WorkspaceCollectionsCreateResponse |
Contains response data for the create operation. |
| WorkspaceCollectionsGetAccessKeysResponse |
Contains response data for the getAccessKeys operation. |
| WorkspaceCollectionsGetByNameResponse |
Contains response data for the getByName operation. |
| WorkspaceCollectionsListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| WorkspaceCollectionsListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
| WorkspaceCollectionsRegenerateKeyResponse |
Contains response data for the regenerateKey operation. |
| WorkspaceCollectionsUpdateResponse |
Contains response data for the update operation. |
| WorkspacesListResponse |
Contains response data for the list operation. |
Enums
| KnownAzureSkuName |
Known values of AzureSkuName that the service accepts. |
| KnownAzureSkuTier |
Known values of AzureSkuTier that the service accepts. |
| KnownCheckNameReason |
Known values of CheckNameReason that the service accepts. |
Functions
| get |
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later. |
Function Details
getContinuationToken(unknown)
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
A result object from calling .byPage() on a paged operation.
Returns
string | undefined
The continuation token that can be passed into byPage().