SpringBootSiteSummaryCollection.GetAll(CancellationToken) Method

Definition

Lists the Summaries resource in springbootsites.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/summaries
  • Operation Id: Summaries_ListBySite
public virtual Azure.Pageable<Azure.ResourceManager.SpringAppDiscovery.SpringBootSiteSummaryResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SpringAppDiscovery.SpringBootSiteSummaryResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SpringAppDiscovery.SpringBootSiteSummaryResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SpringBootSiteSummaryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SpringBootSiteSummaryResource that may take multiple service requests to iterate over.

Applies to