RoleManagementPoliciesOperations interface

RoleManagementPolicies 操作を表すインターフェース。

プロパティ

delete

ロール管理ポリシーを削除する

get

リソース スコープの指定されたロール管理ポリシーを取得する

listForScope

リソーススコープのロール管理ポリシーを取得します。

update

ロール管理ポリシーを更新します。

プロパティの詳細

delete

ロール管理ポリシーを削除する

delete: (scope: string, roleManagementPolicyName: string, options?: RoleManagementPoliciesDeleteOptionalParams) => Promise<void>

プロパティ値

(scope: string, roleManagementPolicyName: string, options?: RoleManagementPoliciesDeleteOptionalParams) => Promise<void>

get

リソース スコープの指定されたロール管理ポリシーを取得する

get: (scope: string, roleManagementPolicyName: string, options?: RoleManagementPoliciesGetOptionalParams) => Promise<RoleManagementPolicy>

プロパティ値

(scope: string, roleManagementPolicyName: string, options?: RoleManagementPoliciesGetOptionalParams) => Promise<RoleManagementPolicy>

listForScope

リソーススコープのロール管理ポリシーを取得します。

listForScope: (scope: string, options?: RoleManagementPoliciesListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleManagementPolicy, RoleManagementPolicy[], PageSettings>

プロパティ値

(scope: string, options?: RoleManagementPoliciesListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleManagementPolicy, RoleManagementPolicy[], PageSettings>

update

ロール管理ポリシーを更新します。

update: (scope: string, roleManagementPolicyName: string, parameters: RoleManagementPolicy, options?: RoleManagementPoliciesUpdateOptionalParams) => Promise<RoleManagementPolicy>

プロパティ値

(scope: string, roleManagementPolicyName: string, parameters: RoleManagementPolicy, options?: RoleManagementPoliciesUpdateOptionalParams) => Promise<RoleManagementPolicy>