AppServiceCertificateOrdersOperationsExtensions.List 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.
List all certificate orders in a subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder> List (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations);
static member List : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder>
<Extension()>
Public Function List (operations As IAppServiceCertificateOrdersOperations) As IPage(Of AppServiceCertificateOrder)
Parameters
- operations
- IAppServiceCertificateOrdersOperations
The operations group for this extension method.
Returns
Remarks
Description for List all certificate orders in a subscription.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET