次の方法で共有


InformationProtectionPolicies interface

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

メソッド

createOrUpdate(string, string, InformationProtectionPolicy, InformationProtectionPoliciesCreateOrUpdateOptionalParams)

情報保護ポリシーの詳細。

get(string, string, InformationProtectionPoliciesGetOptionalParams)

情報保護ポリシーの詳細。

list(string, InformationProtectionPoliciesListOptionalParams)

特定の管理グループの情報保護ポリシー。

メソッドの詳細

createOrUpdate(string, string, InformationProtectionPolicy, InformationProtectionPoliciesCreateOrUpdateOptionalParams)

情報保護ポリシーの詳細。

function createOrUpdate(scope: string, informationProtectionPolicyName: string, informationProtectionPolicy: InformationProtectionPolicy, options?: InformationProtectionPoliciesCreateOrUpdateOptionalParams): Promise<InformationProtectionPolicy>

パラメーター

scope

string

クエリのスコープは、サブスクリプション (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) または管理グループ (/providers/Microsoft.Management/managementGroups/mgName) です。

informationProtectionPolicyName

string

情報保護ポリシーの名前。

informationProtectionPolicy
InformationProtectionPolicy

情報保護ポリシー。

options
InformationProtectionPoliciesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

get(string, string, InformationProtectionPoliciesGetOptionalParams)

情報保護ポリシーの詳細。

function get(scope: string, informationProtectionPolicyName: string, options?: InformationProtectionPoliciesGetOptionalParams): Promise<InformationProtectionPolicy>

パラメーター

scope

string

クエリのスコープは、サブスクリプション (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) または管理グループ (/providers/Microsoft.Management/managementGroups/mgName) です。

informationProtectionPolicyName

string

情報保護ポリシーの名前。

options
InformationProtectionPoliciesGetOptionalParams

オプション パラメーター。

戻り値

list(string, InformationProtectionPoliciesListOptionalParams)

特定の管理グループの情報保護ポリシー。

function list(scope: string, options?: InformationProtectionPoliciesListOptionalParams): PagedAsyncIterableIterator<InformationProtectionPolicy, InformationProtectionPolicy[], PageSettings>

パラメーター

scope

string

クエリのスコープは、サブスクリプション (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) または管理グループ (/providers/Microsoft.Management/managementGroups/mgName) です。

options
InformationProtectionPoliciesListOptionalParams

オプション パラメーター。

戻り値