InformationProtectionPolicies interface
Antarmuka yang mewakili InformationProtectionPolicies.
Metode
| create |
Detail kebijakan perlindungan informasi. |
| get(string, string, Information |
Detail kebijakan perlindungan informasi. |
| list(string, Information |
Kebijakan perlindungan informasi dari grup manajemen tertentu. |
Detail Metode
createOrUpdate(string, string, InformationProtectionPolicy, InformationProtectionPoliciesCreateOrUpdateOptionalParams)
Detail kebijakan perlindungan informasi.
function createOrUpdate(scope: string, informationProtectionPolicyName: string, informationProtectionPolicy: InformationProtectionPolicy, options?: InformationProtectionPoliciesCreateOrUpdateOptionalParams): Promise<InformationProtectionPolicy>
Parameter
- scope
-
string
Cakupan kueri, bisa langganan (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) atau grup manajemen (/providers/Microsoft.Management/managementGroups/mgName).
- informationProtectionPolicyName
-
string
Nama kebijakan perlindungan informasi.
- informationProtectionPolicy
- InformationProtectionPolicy
Kebijakan perlindungan informasi.
Parameter opsi.
Mengembalikan
Promise<InformationProtectionPolicy>
get(string, string, InformationProtectionPoliciesGetOptionalParams)
Detail kebijakan perlindungan informasi.
function get(scope: string, informationProtectionPolicyName: string, options?: InformationProtectionPoliciesGetOptionalParams): Promise<InformationProtectionPolicy>
Parameter
- scope
-
string
Cakupan kueri, bisa langganan (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) atau grup manajemen (/providers/Microsoft.Management/managementGroups/mgName).
- informationProtectionPolicyName
-
string
Nama kebijakan perlindungan informasi.
Parameter opsi.
Mengembalikan
Promise<InformationProtectionPolicy>
list(string, InformationProtectionPoliciesListOptionalParams)
Kebijakan perlindungan informasi dari grup manajemen tertentu.
function list(scope: string, options?: InformationProtectionPoliciesListOptionalParams): PagedAsyncIterableIterator<InformationProtectionPolicy, InformationProtectionPolicy[], PageSettings>
Parameter
- scope
-
string
Cakupan kueri, bisa langganan (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) atau grup manajemen (/providers/Microsoft.Management/managementGroups/mgName).
Parameter opsi.