AppServiceDetectorCollection.ExistsAsync Method

Definition

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors/{detectorName}.
  • Operation Id. : CertificateOrdersDiagnostics_GetAppServiceCertificateOrderDetectorResponse.
  • Default Api Version. : 2024-11-01.
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync(string detectorName, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (detectorName As String, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional timeGrain As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameters

detectorName
String

The detector name which needs to be run.

startOn
Nullable<DateTimeOffset>

The start time for detector response.

endOn
Nullable<DateTimeOffset>

The end time for the detector response.

timeGrain
String

The time grain for the detector response.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

detectorName is null.

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

Applies to