Udostępnij za pośrednictwem


RoleAssignmentSchedules interface

Interfejs reprezentujący atrybut RoleAssignmentSchedules.

Metody

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Pobieranie określonego harmonogramu przypisania roli dla zakresu zasobów

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Pobiera harmonogramy przypisywania ról dla zakresu zasobów.

Szczegóły metody

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Pobieranie określonego harmonogramu przypisania roli dla zakresu zasobów

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

Parametry

scope

string

Zakres harmonogramu przypisania roli.

roleAssignmentScheduleName

string

Nazwa (guid) harmonogramu przypisania roli do pobrania.

options
RoleAssignmentSchedulesGetOptionalParams

Parametry opcji.

Zwraca

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Pobiera harmonogramy przypisywania ról dla zakresu zasobów.

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

Parametry

scope

string

Zakres harmonogramów przypisań ról.

Zwraca