RegistrationDefinitionsOperationsExtensions.List Method

Definition

Gets a list of the registration definitions.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinition> List (this Microsoft.Azure.Management.ManagedServices.IRegistrationDefinitionsOperations operations, string scope);
static member List : Microsoft.Azure.Management.ManagedServices.IRegistrationDefinitionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinition>
<Extension()>
Public Function List (operations As IRegistrationDefinitionsOperations, scope As String) As IPage(Of RegistrationDefinition)

Parameters

operations
IRegistrationDefinitionsOperations

The operations group for this extension method.

scope
String

Scope of the resource.

Returns

Applies to