RoleAssignmentScheduleInstances interface
RoleAssignmentScheduleInstances を表すインターフェイス。
メソッド
| get(string, string, Role |
指定したロール割り当てスケジュール インスタンスを取得します。 |
| list |
ロール割り当てスケジュールのロール割り当てスケジュール インスタンスを取得します。 |
メソッドの詳細
get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)
指定したロール割り当てスケジュール インスタンスを取得します。
function get(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams): Promise<RoleAssignmentScheduleInstance>
パラメーター
- scope
-
string
ロールの割り当てのスケジュールのスコープ。
- roleAssignmentScheduleInstanceName
-
string
取得するロールの割り当てスケジュールの名前 (スケジュール名と時刻のハッシュ)。
オプション パラメーター。
戻り値
Promise<RoleAssignmentScheduleInstance>
listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)
ロール割り当てスケジュールのロール割り当てスケジュール インスタンスを取得します。
function listForScope(scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>
パラメーター
- scope
-
string
ロールの割り当てスケジュールのスコープ。
オプション パラメーター。