SupportTicketFileCollection.GetAll(CancellationToken) Method

Definition

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

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files.
  • Operation Id. : Files_List.
  • Default Api Version. : 2025-06-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Support.SupportTicketFileResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.SupportTicketFileResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.SupportTicketFileResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SupportTicketFileResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to