StandardAssignmentCollection.GetAllAsync(CancellationToken) Method

Definition

Get a list of all relevant standard assignments over a scope

  • Request Path. : /{scope}/providers/Microsoft.Security/standardAssignments.
  • Operation Id. : StandardAssignments_List.
  • Default Api Version. : 2024-08-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.StandardAssignmentResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.StandardAssignmentResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.StandardAssignmentResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StandardAssignmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to