Condividi tramite


ManagedServicesRegistrationAssignmentCollection.GetAll Method

Definition

Gets a list of the registration assignments.

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

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

Applies to