StaticSiteBasicAuthPropertyCollection.GetAllAsync(CancellationToken) Method

Definition

Description for Gets the basic auth properties for a static site as a collection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/basicAuth
  • Operation Id: StaticSites_ListBasicAuth
  • Default Api Version: 2023-12-01
  • Resource: StaticSiteBasicAuthPropertyResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StaticSiteBasicAuthPropertyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to