@azure/arm-locks package

Classes

ManagementLockClient

Interfaces

AuthorizationOperations

Interface representing a AuthorizationOperations.

AuthorizationOperationsListNextOptionalParams

Optional parameters.

AuthorizationOperationsListOptionalParams

Optional parameters.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

ManagementLockClientOptionalParams

Optional parameters.

ManagementLockListResult

The list of locks.

ManagementLockObject

The lock information.

ManagementLockOwner

Lock owner properties.

ManagementLocks

Interface representing a ManagementLocks.

ManagementLocksCreateOrUpdateAtResourceGroupLevelOptionalParams

Optional parameters.

ManagementLocksCreateOrUpdateAtResourceLevelOptionalParams

Optional parameters.

ManagementLocksCreateOrUpdateAtSubscriptionLevelOptionalParams

Optional parameters.

ManagementLocksCreateOrUpdateByScopeOptionalParams

Optional parameters.

ManagementLocksDeleteAtResourceGroupLevelOptionalParams

Optional parameters.

ManagementLocksDeleteAtResourceLevelOptionalParams

Optional parameters.

ManagementLocksDeleteAtSubscriptionLevelOptionalParams

Optional parameters.

ManagementLocksDeleteByScopeOptionalParams

Optional parameters.

ManagementLocksGetAtResourceGroupLevelOptionalParams

Optional parameters.

ManagementLocksGetAtResourceLevelOptionalParams

Optional parameters.

ManagementLocksGetAtSubscriptionLevelOptionalParams

Optional parameters.

ManagementLocksGetByScopeOptionalParams

Optional parameters.

ManagementLocksListAtResourceGroupLevelNextOptionalParams

Optional parameters.

ManagementLocksListAtResourceGroupLevelOptionalParams

Optional parameters.

ManagementLocksListAtResourceLevelNextOptionalParams

Optional parameters.

ManagementLocksListAtResourceLevelOptionalParams

Optional parameters.

ManagementLocksListAtSubscriptionLevelNextOptionalParams

Optional parameters.

ManagementLocksListAtSubscriptionLevelOptionalParams

Optional parameters.

ManagementLocksListByScopeNextOptionalParams

Optional parameters.

ManagementLocksListByScopeOptionalParams

Optional parameters.

Operation

Microsoft.Authorization operation

OperationDisplay

The object that represents the operation.

OperationListResult

Result of the request to list Microsoft.Authorization operations. It contains a list of operations and a URL link to get the next set of results.

SystemData

Metadata pertaining to creation and last modification of the resource.

Type Aliases

AuthorizationOperationsListNextResponse

Contains response data for the listNext operation.

AuthorizationOperationsListResponse

Contains response data for the list operation.

CreatedByType

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

LockLevel

Defines values for LockLevel.
KnownLockLevel can be used interchangeably with LockLevel, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified
CanNotDelete
ReadOnly

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

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 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().