GoalMembersCollection.GetAllAsync Method

Definition

List GoalResource resources by GoalAssignment

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

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 GoalMembersResource that may take multiple service requests to iterate over.

Applies to