Share via


ProviderOperationsExtensions.ListOperations(IProviderOperations) Method

Definition

Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

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

Parameters

operations
IProviderOperations

The operations group for this extension method.

Returns

Remarks

Description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

Applies to