CertificateOrdersDiagnosticsOperationsExtensions.GetAppServiceCertificateOrderDetectorResponseAsync 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.
Microsoft.CertificateRegistration call to get a detector response from App Lens.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.DetectorResponse> GetAppServiceCertificateOrderDetectorResponseAsync (this Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations operations, string resourceGroupName, string certificateOrderName, string detectorName, DateTime? startTime = default, DateTime? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAppServiceCertificateOrderDetectorResponseAsync : Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>
<Extension()>
Public Function GetAppServiceCertificateOrderDetectorResponseAsync (operations As ICertificateOrdersDiagnosticsOperations, resourceGroupName As String, certificateOrderName As String, detectorName As String, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional timeGrain As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DetectorResponse)
Parameters
- operations
- ICertificateOrdersDiagnosticsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- certificateOrderName
- String
The certificate order name for which the response is needed.
- detectorName
- String
The detector name which needs to be run.
- timeGrain
- String
The time grain for the detector response.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
Applies to
Azure SDK for .NET