WebSiteResource.GetMetadataAsync(CancellationToken) Method

Definition

Description for Gets the metadata of an app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/metadata/list
  • Operation Id: WebApps_ListMetadata
  • Default Api Version: 2021-02-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> GetMetadataAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMetadataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.GetMetadataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
Public Overridable Function GetMetadataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to