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