共用方式為


RoleAssignmentScheduleInstances interface

代表 RoleAssignmentScheduleInstances 的介面。

方法

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

取得指定的角色指派排程實例。

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

取得角色指派排程的角色指派排程實例。

方法詳細資料

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

取得指定的角色指派排程實例。

function get(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams): Promise<RoleAssignmentScheduleInstance>

參數

scope

string

角色指派排程的範圍。

roleAssignmentScheduleInstanceName

string

要取得之角色指派排程的名稱 (雜湊名稱 + 時間) 。

傳回

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

取得角色指派排程的角色指派排程實例。

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

參數

scope

string

角色指派排程的範圍。

傳回