Delen via


InformationProtectionPolicies interface

Interface die een InformationProtectionPolicies vertegenwoordigt.

Methoden

createOrUpdate(string, string, InformationProtectionPolicy, InformationProtectionPoliciesCreateOrUpdateOptionalParams)

Details van het informatiebeveiligingsbeleid.

get(string, string, InformationProtectionPoliciesGetOptionalParams)

Details van het informatiebeveiligingsbeleid.

list(string, InformationProtectionPoliciesListOptionalParams)

Beleidsregels voor gegevensbeveiliging van een specifieke beheergroep.

Methodedetails

createOrUpdate(string, string, InformationProtectionPolicy, InformationProtectionPoliciesCreateOrUpdateOptionalParams)

Details van het informatiebeveiligingsbeleid.

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

Parameters

scope

string

Het bereik van de query kan een abonnement zijn (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) of beheergroep (/providers/Microsoft.Management/managementGroups/mgName).

informationProtectionPolicyName

string

Naam van het informatiebeveiligingsbeleid.

informationProtectionPolicy
InformationProtectionPolicy

Informatiebeveiligingsbeleid.

Retouren

get(string, string, InformationProtectionPoliciesGetOptionalParams)

Details van het informatiebeveiligingsbeleid.

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

Parameters

scope

string

Het bereik van de query kan een abonnement zijn (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) of beheergroep (/providers/Microsoft.Management/managementGroups/mgName).

informationProtectionPolicyName

string

Naam van het informatiebeveiligingsbeleid.

options
InformationProtectionPoliciesGetOptionalParams

De optiesparameters.

Retouren

list(string, InformationProtectionPoliciesListOptionalParams)

Beleidsregels voor gegevensbeveiliging van een specifieke beheergroep.

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

Parameters

scope

string

Het bereik van de query kan een abonnement zijn (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) of beheergroep (/providers/Microsoft.Management/managementGroups/mgName).

Retouren