共用方式為


RoleAssignmentSchedules interface

代表 RoleAssignmentSchedules 的介面。

方法

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

取得資源範圍的指定角色指派排程

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

取得資源範圍的角色指派排程。

方法詳細資料

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

取得資源範圍的指定角色指派排程

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

參數

scope

string

角色指派排程的範圍。

roleAssignmentScheduleName

string

要取得的角色指派排程名稱 (guid) 。

傳回

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

取得資源範圍的角色指派排程。

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

參數

scope

string

角色指派排程的範圍。

傳回