共用方式為


CertificateRegistrationProviderOperationsExtensions.ListOperations Method

Definition

Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription> ListOperations (this Microsoft.Azure.Management.WebSites.ICertificateRegistrationProviderOperations operations);
static member ListOperations : Microsoft.Azure.Management.WebSites.ICertificateRegistrationProviderOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>
<Extension()>
Public Function ListOperations (operations As ICertificateRegistrationProviderOperations) As IPage(Of CsmOperationDescription)

Parameters

operations
ICertificateRegistrationProviderOperations

The operations group for this extension method.

Returns

Remarks

Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

Applies to