你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

角色分配计划的范围。

返回