次の方法で共有


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)。

options
RoleAssignmentSchedulesGetOptionalParams

options パラメーター。

戻り値

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

リソース スコープのロール割り当てスケジュールを取得します。

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

パラメーター

scope

string

ロールの割り当てのスケジュールのスコープ。

options
RoleAssignmentSchedulesListForScopeOptionalParams

options パラメーター。

戻り値