共用方式為


RoleEligibilitySchedules interface

代表 RoleEligibilitySchedules 的介面。

方法

get(string, string, RoleEligibilitySchedulesGetOptionalParams)

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

listForScope(string, RoleEligibilitySchedulesListForScopeOptionalParams)

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

方法詳細資料

get(string, string, RoleEligibilitySchedulesGetOptionalParams)

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

function get(scope: string, roleEligibilityScheduleName: string, options?: RoleEligibilitySchedulesGetOptionalParams): Promise<RoleEligibilitySchedule>

參數

scope

string

角色資格排程的範圍。

roleEligibilityScheduleName

string

要取得的角色資格排程名稱 (guid) 。

傳回

listForScope(string, RoleEligibilitySchedulesListForScopeOptionalParams)

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

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

參數

scope

string

角色資格排程的範圍。

傳回