ManagedServicesRegistrationAssignmentCollection.GetAllAsync 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.
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
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
Azure SDK for .NET