Freigeben über


SupportTicketNoSubFileCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all the Files information under a workspace for an Azure subscription.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files
  • Operation Id: FilesNoSubscription_List
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketNoSubFileResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Support.SupportTicketNoSubFileResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SupportTicketNoSubFileResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to