InformationProtectionPolicies interface
InformationProtectionPolicies を表すインターフェイス。
メソッド
メソッドの詳細
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
情報保護ポリシー。
オプション パラメーター。
戻り値
Promise<InformationProtectionPolicy>
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
情報保護ポリシーの名前。
オプション パラメーター。
戻り値
Promise<InformationProtectionPolicy>
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) です。
オプション パラメーター。