CertificateOrdersDiagnosticsOperationsExtensions.ListAppServiceCertificateOrderDetectorResponseNext 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 to get the list of detectors for this RP.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse> ListAppServiceCertificateOrderDetectorResponseNext (this Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations operations, string nextPageLink);
static member ListAppServiceCertificateOrderDetectorResponseNext : Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>
<Extension()>
Public Function ListAppServiceCertificateOrderDetectorResponseNext (operations As ICertificateOrdersDiagnosticsOperations, nextPageLink As String) As IPage(Of DetectorResponse)
Parameters
- operations
- ICertificateOrdersDiagnosticsOperations
The operations group for this extension method.
- nextPageLink
- System.String
The NextLink from the previous successful call to List operation.
Returns
Remarks
Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.