SnapshotPolicyCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}.
  • Operation Id. : SnapshotPolicies_Get.
  • Default Api Version. : 2026-04-01.
public virtual Azure.NullableResponse<Azure.ResourceManager.NetApp.SnapshotPolicyResource> GetIfExists(string snapshotPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.SnapshotPolicyResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.SnapshotPolicyResource>
Public Overridable Function GetIfExists (snapshotPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SnapshotPolicyResource)

Parameters

snapshotPolicyName
String

The name of the snapshot policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

snapshotPolicyName is null.

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

Applies to