@azure/arm-authorization-profile-2020-09-01-hybrid package
Classes
AuthorizationManagementClient |
Interfaces
Type Aliases
PermissionsListForResourceGroupNextResponse |
Contains response data for the listForResourceGroupNext operation. |
PermissionsListForResourceGroupResponse |
Contains response data for the listForResourceGroup operation. |
PermissionsListForResourceNextResponse |
Contains response data for the listForResourceNext operation. |
PermissionsListForResourceResponse |
Contains response data for the listForResource operation. |
ProviderOperationsMetadataGetResponse |
Contains response data for the get operation. |
ProviderOperationsMetadataListNextResponse |
Contains response data for the listNext operation. |
ProviderOperationsMetadataListResponse |
Contains response data for the list operation. |
RoleAssignmentsCreateByIdResponse |
Contains response data for the createById operation. |
RoleAssignmentsCreateResponse |
Contains response data for the create operation. |
RoleAssignmentsDeleteByIdResponse |
Contains response data for the deleteById operation. |
RoleAssignmentsDeleteResponse |
Contains response data for the delete operation. |
RoleAssignmentsGetByIdResponse |
Contains response data for the getById operation. |
RoleAssignmentsGetResponse |
Contains response data for the get operation. |
RoleAssignmentsListForResourceGroupNextResponse |
Contains response data for the listForResourceGroupNext operation. |
RoleAssignmentsListForResourceGroupResponse |
Contains response data for the listForResourceGroup operation. |
RoleAssignmentsListForResourceNextResponse |
Contains response data for the listForResourceNext operation. |
RoleAssignmentsListForResourceResponse |
Contains response data for the listForResource operation. |
RoleAssignmentsListForScopeNextResponse |
Contains response data for the listForScopeNext operation. |
RoleAssignmentsListForScopeResponse |
Contains response data for the listForScope operation. |
RoleAssignmentsListNextResponse |
Contains response data for the listNext operation. |
RoleAssignmentsListResponse |
Contains response data for the list operation. |
RoleDefinitionsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
RoleDefinitionsDeleteResponse |
Contains response data for the delete operation. |
RoleDefinitionsGetByIdResponse |
Contains response data for the getById operation. |
RoleDefinitionsGetResponse |
Contains response data for the get operation. |
RoleDefinitionsListNextResponse |
Contains response data for the listNext operation. |
RoleDefinitionsListResponse |
Contains response data for the list operation. |
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.