SiteRecoveryPolicyCollection.CreateOrUpdate Method

Definition

The operation to create a replication policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}
  • Operation Id: ReplicationPolicies_Create
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryPolicyResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryPolicyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string policyName, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryPolicyCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryPolicyCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryPolicyResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryPolicyCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryPolicyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, policyName As String, content As SiteRecoveryPolicyCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SiteRecoveryPolicyResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

policyName
String

Replication policy name.

content
SiteRecoveryPolicyCreateOrUpdateContent

Create policy input.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

policyName is an empty string, and was expected to be non-empty.

policyName or content is null.

Applies to