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

Classes

AuthorizationManagementClient

Interfaces

AuthorizationManagementClientOptionalParams

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

GlobalAdministrator

Interface representing a GlobalAdministrator.

GlobalAdministratorElevateAccessOptionalParams

Optional parameters.

Permission

Role definition permissions.

PermissionGetResult

Permissions information.

Permissions

Interface representing a Permissions.

PermissionsListForResourceGroupNextOptionalParams

Optional parameters.

PermissionsListForResourceGroupOptionalParams

Optional parameters.

PermissionsListForResourceNextOptionalParams

Optional parameters.

PermissionsListForResourceOptionalParams

Optional parameters.

ProviderOperation

Operation

ProviderOperationsMetadata

Provider Operations metadata

ProviderOperationsMetadataGetOptionalParams

Optional parameters.

ProviderOperationsMetadataListNextOptionalParams

Optional parameters.

ProviderOperationsMetadataListOptionalParams

Optional parameters.

ProviderOperationsMetadataListResult

Provider operations metadata list

ProviderOperationsMetadataOperations

Interface representing a ProviderOperationsMetadataOperations.

ResourceType

Resource Type

RoleAssignment

Role Assignments

RoleAssignmentCreateParameters

Role assignment create parameters.

RoleAssignmentFilter

Role Assignments filter

RoleAssignmentListResult

Role assignment list operation result.

RoleAssignmentProperties

Role assignment properties.

RoleAssignmentPropertiesWithScope

Role assignment properties with scope.

RoleAssignments

Interface representing a RoleAssignments.

RoleAssignmentsCreateByIdOptionalParams

Optional parameters.

RoleAssignmentsCreateOptionalParams

Optional parameters.

RoleAssignmentsDeleteByIdOptionalParams

Optional parameters.

RoleAssignmentsDeleteOptionalParams

Optional parameters.

RoleAssignmentsGetByIdOptionalParams

Optional parameters.

RoleAssignmentsGetOptionalParams

Optional parameters.

RoleAssignmentsListForResourceGroupNextOptionalParams

Optional parameters.

RoleAssignmentsListForResourceGroupOptionalParams

Optional parameters.

RoleAssignmentsListForResourceNextOptionalParams

Optional parameters.

RoleAssignmentsListForResourceOptionalParams

Optional parameters.

RoleAssignmentsListForScopeNextOptionalParams

Optional parameters.

RoleAssignmentsListForScopeOptionalParams

Optional parameters.

RoleAssignmentsListNextOptionalParams

Optional parameters.

RoleAssignmentsListOptionalParams

Optional parameters.

RoleDefinition

Role definition.

RoleDefinitionFilter

Role Definitions filter

RoleDefinitionListResult

Role definition list operation result.

RoleDefinitions

Interface representing a RoleDefinitions.

RoleDefinitionsCreateOrUpdateOptionalParams

Optional parameters.

RoleDefinitionsDeleteOptionalParams

Optional parameters.

RoleDefinitionsGetByIdOptionalParams

Optional parameters.

RoleDefinitionsGetOptionalParams

Optional parameters.

RoleDefinitionsListNextOptionalParams

Optional parameters.

RoleDefinitionsListOptionalParams

Optional parameters.

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

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.