MockableAppServiceTenantResource.GetOperationsProvidersAsync Method

Definition

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

  • Request Path: /providers/Microsoft.Web/operations
  • Operation Id: Provider_ListOperations
  • Default Api Version: 2023-12-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsProvidersAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationsProvidersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>
override this.GetOperationsProvidersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>
Public Overridable Function GetOperationsProvidersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmOperationDescription)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of CsmOperationDescription that may take multiple service requests to iterate over.

Applies to