@azure/arm-locks-profile-2020-09-01-hybrid package
Classes
| ManagementLockClient |
Interfaces
Type Aliases
| AuthorizationOperationsListNextResponse |
Contains response data for the listNext operation. |
| AuthorizationOperationsListResponse |
Contains response data for the list operation. |
| 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
| KnownLockLevel |
Known values of LockLevel 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.