Share via


ScriptExecutionCollection.GetAll(CancellationToken) Method

Definition

List script executions in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptExecutions
  • Operation Id: ScriptExecutions_List
  • Default Api Version: 2023-03-01
  • Resource: ScriptExecutionResource
public virtual Azure.Pageable<Azure.ResourceManager.Avs.ScriptExecutionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.ScriptExecutionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.ScriptExecutionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ScriptExecutionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to