GoalAssignmentCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of GoalAssignmentResource that may take multiple service requests to iterate over.