RoleEligibilityScheduleRequests interface
RoleEligibilityScheduleRequests を表すインターフェイス。
メソッド
cancel(string, string, Role |
保留になっている、ロールの適格性スケジュールの要求を取り消します。 |
create(string, string, Role |
ロールの適格性スケジュール要求を作成します。 |
get(string, string, Role |
指定したロールの適格性スケジュール要求を取得します。 |
list |
スコープのロール適格性スケジュール要求を取得します。 |
validate(string, string, Role |
新しいロールの適格性スケジュール要求を検証します。 |
メソッドの詳細
cancel(string, string, RoleEligibilityScheduleRequestsCancelOptionalParams)
保留になっている、ロールの適格性スケジュールの要求を取り消します。
function cancel(scope: string, roleEligibilityScheduleRequestName: string, options?: RoleEligibilityScheduleRequestsCancelOptionalParams): Promise<void>
パラメーター
- scope
-
string
取り消すロールの適格性要求のスコープ。
- roleEligibilityScheduleRequestName
-
string
取り消すロールの適格性要求の名前。
options パラメーター。
戻り値
Promise<void>
create(string, string, RoleEligibilityScheduleRequest, RoleEligibilityScheduleRequestsCreateOptionalParams)
ロールの適格性スケジュール要求を作成します。
function create(scope: string, roleEligibilityScheduleRequestName: string, parameters: RoleEligibilityScheduleRequest, options?: RoleEligibilityScheduleRequestsCreateOptionalParams): Promise<RoleEligibilityScheduleRequest>
パラメーター
- scope
-
string
作成するロール適格性スケジュール要求のスコープ。 スコープには、任意の REST リソース インスタンスを指定できます。 たとえば、サブスクリプションの場合は '/subscriptions/{subscription-id}/' を、リソース グループには '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' を、リソースの場合は '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}' を使用します。
- roleEligibilityScheduleRequestName
-
string
作成するロールの適格性の名前。 任意の有効な GUID を指定できます。
- parameters
- RoleEligibilityScheduleRequest
ロールの適格性スケジュール要求のパラメーター。
options パラメーター。
戻り値
Promise<RoleEligibilityScheduleRequest>
get(string, string, RoleEligibilityScheduleRequestsGetOptionalParams)
指定したロールの適格性スケジュール要求を取得します。
function get(scope: string, roleEligibilityScheduleRequestName: string, options?: RoleEligibilityScheduleRequestsGetOptionalParams): Promise<RoleEligibilityScheduleRequest>
パラメーター
- scope
-
string
ロールの適格性スケジュール要求のスコープ。
- roleEligibilityScheduleRequestName
-
string
取得するロール適格性スケジュール要求の名前 (guid)。
options パラメーター。
戻り値
Promise<RoleEligibilityScheduleRequest>
listForScope(string, RoleEligibilityScheduleRequestsListForScopeOptionalParams)
スコープのロール適格性スケジュール要求を取得します。
function listForScope(scope: string, options?: RoleEligibilityScheduleRequestsListForScopeOptionalParams): PagedAsyncIterableIterator<RoleEligibilityScheduleRequest, RoleEligibilityScheduleRequest[], PageSettings>
パラメーター
- scope
-
string
ロールの適格性スケジュール要求のスコープ。
options パラメーター。
戻り値
validate(string, string, RoleEligibilityScheduleRequest, RoleEligibilityScheduleRequestsValidateOptionalParams)
新しいロールの適格性スケジュール要求を検証します。
function validate(scope: string, roleEligibilityScheduleRequestName: string, parameters: RoleEligibilityScheduleRequest, options?: RoleEligibilityScheduleRequestsValidateOptionalParams): Promise<RoleEligibilityScheduleRequest>
パラメーター
- scope
-
string
検証するロールの適格性要求のスコープ。
- roleEligibilityScheduleRequestName
-
string
検証するロールの適格性要求の名前。
- parameters
- RoleEligibilityScheduleRequest
ロールの適格性スケジュール要求のパラメーター。
options パラメーター。
戻り値
Promise<RoleEligibilityScheduleRequest>