SupportTicketNoSubFileCollection.GetAll(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.Pageable<Azure.ResourceManager.Support.SupportTicketNoSubFileResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SupportTicketNoSubFileResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to