GoalAssignmentCollection.GetAll Method

Definition

List GoalAssignment resources by tenant

  • Request Path. : /providers/Microsoft.Management/serviceGroups/{serviceGroupName}/providers/Microsoft.AzureResilienceManagement/goalAssignments.
  • Operation Id. : GoalAssignments_List.
  • Default Api Version. : 2026-04-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.ResilienceManagement.GoalAssignmentResource> GetAll(string skipToken = default, int? maxCount = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ResilienceManagement.GoalAssignmentResource>
override this.GetAll : string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ResilienceManagement.GoalAssignmentResource>
Public Overridable Function GetAll (Optional skipToken As String = Nothing, Optional maxCount As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of GoalAssignmentResource)

Parameters

skipToken
String

Skip over when retrieving results.

maxCount
Nullable<Int32>

Number of elements to return when retrieving results.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to