RoleAssignmentSchedules interface
RoleAssignmentSchedules を表すインターフェイス。
メソッド
get(string, string, Role |
リソース スコープの指定されたロール割り当てスケジュールを取得する |
list |
リソース スコープのロール割り当てスケジュールを取得します。 |
メソッドの詳細
get(string, string, RoleAssignmentSchedulesGetOptionalParams)
リソース スコープの指定されたロール割り当てスケジュールを取得する
function get(scope: string, roleAssignmentScheduleName: string, options?: RoleAssignmentSchedulesGetOptionalParams): Promise<RoleAssignmentSchedule>
パラメーター
- scope
-
string
ロールの割り当てスケジュールのスコープ。
- roleAssignmentScheduleName
-
string
取得するロールの割り当てスケジュールの名前 (guid)。
options パラメーター。
戻り値
Promise<RoleAssignmentSchedule>
listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)
リソース スコープのロール割り当てスケジュールを取得します。
function listForScope(scope: string, options?: RoleAssignmentSchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentSchedule, RoleAssignmentSchedule[], PageSettings>
パラメーター
- scope
-
string
ロールの割り当てのスケジュールのスコープ。
options パラメーター。