Share via


ManagedServicesRegistrationAssignmentCollection.GetAllAsync Method

Definition

Gets a list of the registration assignments.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationAssignments
  • Operation Id: RegistrationAssignments_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationAssignmentResource> GetAllAsync (bool? expandRegistrationDefinition = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationAssignmentResource>
override this.GetAllAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationAssignmentResource>
Public Overridable Function GetAllAsync (Optional expandRegistrationDefinition As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedServicesRegistrationAssignmentResource)

Parameters

expandRegistrationDefinition
Nullable<Boolean>

The flag indicating whether to return the registration definition details along with the registration assignment details.

filter
String

The filter query parameter to filter managed services resources by.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ManagedServicesRegistrationAssignmentResource that may take multiple service requests to iterate over.

Applies to