@azure/arm-locks package
Classes
| ManagementLockClient |
Interfaces
Type Aliases
| AuthorizationOperationsListNextResponse |
Contains response data for the listNext operation. |
| AuthorizationOperationsListResponse |
Contains response data for the list operation. |
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| LockLevel |
Defines values for LockLevel. Known values supported by the serviceNotSpecified |
| ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse |
Contains response data for the createOrUpdateAtResourceGroupLevel operation. |
| ManagementLocksCreateOrUpdateAtResourceLevelResponse |
Contains response data for the createOrUpdateAtResourceLevel operation. |
| ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse |
Contains response data for the createOrUpdateAtSubscriptionLevel operation. |
| ManagementLocksCreateOrUpdateByScopeResponse |
Contains response data for the createOrUpdateByScope operation. |
| ManagementLocksGetAtResourceGroupLevelResponse |
Contains response data for the getAtResourceGroupLevel operation. |
| ManagementLocksGetAtResourceLevelResponse |
Contains response data for the getAtResourceLevel operation. |
| ManagementLocksGetAtSubscriptionLevelResponse |
Contains response data for the getAtSubscriptionLevel operation. |
| ManagementLocksGetByScopeResponse |
Contains response data for the getByScope operation. |
| ManagementLocksListAtResourceGroupLevelNextResponse |
Contains response data for the listAtResourceGroupLevelNext operation. |
| ManagementLocksListAtResourceGroupLevelResponse |
Contains response data for the listAtResourceGroupLevel operation. |
| ManagementLocksListAtResourceLevelNextResponse |
Contains response data for the listAtResourceLevelNext operation. |
| ManagementLocksListAtResourceLevelResponse |
Contains response data for the listAtResourceLevel operation. |
| ManagementLocksListAtSubscriptionLevelNextResponse |
Contains response data for the listAtSubscriptionLevelNext operation. |
| ManagementLocksListAtSubscriptionLevelResponse |
Contains response data for the listAtSubscriptionLevel operation. |
| ManagementLocksListByScopeNextResponse |
Contains response data for the listByScopeNext operation. |
| ManagementLocksListByScopeResponse |
Contains response data for the listByScope operation. |
Enums
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownLockLevel |
Known values of LockLevel 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().