CSMProtectionPolicyOperationsExtensions.Update Method
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.
Update Protection Policy.
public static Microsoft.Azure.Management.BackupServices.OperationResponse Update (this Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations operations, string resourceGroupName, string resourceName, string policyName, Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest cSMUpdateProtectionPolicyRequest, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member Update : Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations * string * string * string * Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> Microsoft.Azure.Management.BackupServices.OperationResponse
<Extension()>
Public Function Update (operations As ICSMProtectionPolicyOperations, resourceGroupName As String, resourceName As String, policyName As String, cSMUpdateProtectionPolicyRequest As CSMUpdateProtectionPolicyRequest, customRequestHeaders As CustomRequestHeaders) As OperationResponse
Parameters
- operations
- ICSMProtectionPolicyOperations
Reference to the Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations.
- resourceGroupName
- String
Required.
- resourceName
- String
Required.
- policyName
- String
Required. The protection policy Name to be updated.
- cSMUpdateProtectionPolicyRequest
- CSMUpdateProtectionPolicyRequest
Required. The protection policy creation request.
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
Returns
The definition of a Operation Response.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET