RoleManagementPolicies interface
RoleManagementPolicies を表すインターフェイス。
メソッド
delete(string, string, Role |
ロール管理ポリシーを削除する |
get(string, string, Role |
リソース スコープの指定されたロール管理ポリシーを取得する |
list |
リソース スコープのロール管理ポリシーを取得します。 |
update(string, string, Role |
ロール管理ポリシーを更新します。 |
メソッドの詳細
delete(string, string, RoleManagementPoliciesDeleteOptionalParams)
ロール管理ポリシーを削除する
function delete(scope: string, roleManagementPolicyName: string, options?: RoleManagementPoliciesDeleteOptionalParams): Promise<void>
パラメーター
- scope
-
string
アップサートするロール管理ポリシーのスコープ。
- roleManagementPolicyName
-
string
アップサートするロール管理ポリシーの名前 (guid)。
options パラメーター。
戻り値
Promise<void>
get(string, string, RoleManagementPoliciesGetOptionalParams)
リソース スコープの指定されたロール管理ポリシーを取得する
function get(scope: string, roleManagementPolicyName: string, options?: RoleManagementPoliciesGetOptionalParams): Promise<RoleManagementPolicy>
パラメーター
- scope
-
string
ロール管理ポリシーのスコープ。
- roleManagementPolicyName
-
string
取得するロール管理ポリシーの名前 (guid)。
options パラメーター。
戻り値
Promise<RoleManagementPolicy>
listForScope(string, RoleManagementPoliciesListForScopeOptionalParams)
リソース スコープのロール管理ポリシーを取得します。
function listForScope(scope: string, options?: RoleManagementPoliciesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleManagementPolicy, RoleManagementPolicy[], PageSettings>
パラメーター
- scope
-
string
ロール管理ポリシーのスコープ。
options パラメーター。
戻り値
update(string, string, RoleManagementPolicy, RoleManagementPoliciesUpdateOptionalParams)
ロール管理ポリシーを更新します。
function update(scope: string, roleManagementPolicyName: string, parameters: RoleManagementPolicy, options?: RoleManagementPoliciesUpdateOptionalParams): Promise<RoleManagementPolicy>
パラメーター
- scope
-
string
アップサートするロール管理ポリシーのスコープ。
- roleManagementPolicyName
-
string
アップサートするロール管理ポリシーの名前 (guid)。
- parameters
- RoleManagementPolicy
ロール管理ポリシーのパラメーター。
options パラメーター。
戻り値
Promise<RoleManagementPolicy>