CertificateOrderDetectorCollection.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors/{detectorName}
- Operation Id: CertificateOrdersDiagnostics_GetAppServiceCertificateOrderDetectorResponse
- Default Api Version: 2023-12-01
- Resource: CertificateOrderDetectorResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.CertificateOrderDetectorResource>> GetAsync (string detectorName, DateTimeOffset? startTime = default, DateTimeOffset? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.CertificateOrderDetectorResource>>
override this.GetAsync : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.CertificateOrderDetectorResource>>
Public Overridable Function GetAsync (detectorName As String, Optional startTime As Nullable(Of DateTimeOffset) = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional timeGrain As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CertificateOrderDetectorResource))
Parameters
- detectorName
- String
The detector name which needs to be run.
- startTime
- Nullable<DateTimeOffset>
The start time for detector response.
- endTime
- 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 an empty string, and was expected to be non-empty.
detectorName
is null.
Applies to
Azure SDK for .NET