DomainRegistrationProviderOperationsExtensions.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.IDomainRegistrationProviderOperations operations);
static member ListOperations : Microsoft.Azure.Management.WebSites.IDomainRegistrationProviderOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>
<Extension()>
Public Function ListOperations (operations As IDomainRegistrationProviderOperations) As IPage(Of CsmOperationDescription)

Parameters

operations
IDomainRegistrationProviderOperations

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