Share via


SnapshotResourceCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots/{snapshotName}
  • Operation Id: Snapshot_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource> GetIfExists (string snapshotName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource>
Public Overridable Function GetIfExists (snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SnapshotResource)

Parameters

snapshotName
String

Snapshot Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

snapshotName is null.

Applies to