ManagedServicesRegistrationCollection.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 definitions.
- Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions
- Operation Id: RegistrationDefinitions_List
public virtual Azure.Pageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationResource> GetAll (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedServicesRegistrationResource)
Parameters
- filter
- String
The filter query parameter to filter managed services resources by.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ManagedServicesRegistrationResource that may take multiple service requests to iterate over.