CertificateOrdersDiagnosticsOperationsExtensions.GetAppServiceCertificateOrderDetectorResponse 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 Microsoft.Azure.Management.WebSites.Models.DetectorResponse GetAppServiceCertificateOrderDetectorResponse (this Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations operations, string resourceGroupName, string certificateOrderName, string detectorName, DateTime? startTime = default, DateTime? endTime = default, string timeGrain = default);
static member GetAppServiceCertificateOrderDetectorResponse : Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.WebSites.Models.DetectorResponse
<Extension()>
Public Function GetAppServiceCertificateOrderDetectorResponse (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) As 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.
Returns
Remarks
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
Applies to
Azure SDK for .NET