CSMProtectionPolicyOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public static class CSMProtectionPolicyOperationsExtensions
type CSMProtectionPolicyOperationsExtensions = class
Public Module CSMProtectionPolicyOperationsExtensions
Inheritance
System.Object
CSMProtectionPolicyOperationsExtensions
Methods
Add(ICSMProtectionPolicyOperations, String, String, String, CSMAddProtectionPolicyRequest, CustomRequestHeaders)
Create new Protection Policy.
AddAsync(ICSMProtectionPolicyOperations, String, String, String, CSMAddProtectionPolicyRequest, CustomRequestHeaders)
Create new Protection Policy.
Delete(ICSMProtectionPolicyOperations, String, String, String, CustomRequestHeaders)
Delete a Protection Policy.
DeleteAsync(ICSMProtectionPolicyOperations, String, String, String, CustomRequestHeaders)
Delete a Protection Policy.
List(ICSMProtectionPolicyOperations, String, String, CustomRequestHeaders)
Get the list of all Protection Policy.
ListAsync(ICSMProtectionPolicyOperations, String, String, CustomRequestHeaders)
Get the list of all Protection Policy.
Update(ICSMProtectionPolicyOperations, String, String, String, CSMUpdateProtectionPolicyRequest, CustomRequestHeaders)
Update Protection Policy.
UpdateAsync(ICSMProtectionPolicyOperations, String, String, String, CSMUpdateProtectionPolicyRequest, CustomRequestHeaders)
Update Protection Policy.
Applies to