@azure/arm-locks-profile-2020-09-01-hybrid package

Classes

ManagementLockClient

Interfaces

AuthorizationOperations

Interface representing a AuthorizationOperations.

AuthorizationOperationsListNextOptionalParams

Optional parameters.

AuthorizationOperationsListOptionalParams

Optional parameters.

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.

Type Aliases

AuthorizationOperationsListNextResponse

Contains response data for the listNext operation.

AuthorizationOperationsListResponse

Contains response data for the list operation.

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

KnownLockLevel

Known values of LockLevel that the service accepts.

Functions

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