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