Dela via


RoleAssignmentSchedules interface

Gränssnitt som representerar en RoleAssignmentSchedules.

Metoder

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Hämta det angivna rolltilldelningsschemat för ett resursomfång

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Hämtar scheman för rolltilldelning för ett resursomfång.

Metodinformation

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Hämta det angivna rolltilldelningsschemat för ett resursomfång

function get(scope: string, roleAssignmentScheduleName: string, options?: RoleAssignmentSchedulesGetOptionalParams): Promise<RoleAssignmentSchedule>

Parametrar

scope

string

Omfånget för rolltilldelningsschemat.

roleAssignmentScheduleName

string

Namnet (guid) för rolltilldelningsschemat som ska hämtas.

options
RoleAssignmentSchedulesGetOptionalParams

Alternativparametrarna.

Returer

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Hämtar scheman för rolltilldelning för ett resursomfång.

function listForScope(scope: string, options?: RoleAssignmentSchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentSchedule, RoleAssignmentSchedule[], PageSettings>

Parametrar

scope

string

Omfånget för scheman för rolltilldelningar.

options
RoleAssignmentSchedulesListForScopeOptionalParams

Alternativparametrarna.

Returer