次の方法で共有


RoleManagementPolicies interface

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

メソッド

delete(string, string, RoleManagementPoliciesDeleteOptionalParams)

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

get(string, string, RoleManagementPoliciesGetOptionalParams)

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

listForScope(string, RoleManagementPoliciesListForScopeOptionalParams)

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

update(string, string, RoleManagementPolicy, RoleManagementPoliciesUpdateOptionalParams)

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

メソッドの詳細

delete(string, string, RoleManagementPoliciesDeleteOptionalParams)

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

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

パラメーター

scope

string

アップサートするロール管理ポリシーのスコープ。

roleManagementPolicyName

string

アップサートするロール管理ポリシーの名前 (guid)。

options
RoleManagementPoliciesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, RoleManagementPoliciesGetOptionalParams)

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

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

パラメーター

scope

string

ロール管理ポリシーのスコープ。

roleManagementPolicyName

string

取得するロール管理ポリシーの名前 (guid)。

options
RoleManagementPoliciesGetOptionalParams

options パラメーター。

戻り値

listForScope(string, RoleManagementPoliciesListForScopeOptionalParams)

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

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

パラメーター

scope

string

ロール管理ポリシーのスコープ。

options
RoleManagementPoliciesListForScopeOptionalParams

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
RoleManagementPoliciesUpdateOptionalParams

options パラメーター。

戻り値