Share via


SnapshotPolicyCollection.CreateOrUpdate Method

Definition

Create a snapshot policy

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}
  • Operation Id: SnapshotPolicies_Create
  • Default Api Version: 2023-07-01
  • Resource: SnapshotPolicyResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string snapshotPolicyName, Azure.ResourceManager.NetApp.SnapshotPolicyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.SnapshotPolicyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.SnapshotPolicyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, snapshotPolicyName As String, data As SnapshotPolicyData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SnapshotPolicyResource)

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.

snapshotPolicyName
String

The name of the snapshot policy.

data
SnapshotPolicyData

Snapshot policy object supplied in the body of the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

snapshotPolicyName or data is null.

Applies to