次の方法で共有


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

取得するロール割り当てスケジュールの名前 (スケジュール名と時刻のハッシュ)。

options
RoleAssignmentScheduleInstancesGetOptionalParams

options パラメーター。

戻り値

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

ロール割り当てスケジュールのロール割り当てスケジュール インスタンスを取得します。

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

パラメーター

scope

string

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

options
RoleAssignmentScheduleInstancesListForScopeOptionalParams

options パラメーター。

戻り値