RegistrationAssignmentsOperationsExtensions.List Method

Definition

Gets a list of the registration assignments.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServices.Models.RegistrationAssignment> List (this Microsoft.Azure.Management.ManagedServices.IRegistrationAssignmentsOperations operations, string scope, bool? expandRegistrationDefinition = default);
static member List : Microsoft.Azure.Management.ManagedServices.IRegistrationAssignmentsOperations * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServices.Models.RegistrationAssignment>
<Extension()>
Public Function List (operations As IRegistrationAssignmentsOperations, scope As String, Optional expandRegistrationDefinition As Nullable(Of Boolean) = Nothing) As IPage(Of RegistrationAssignment)

Parameters

operations
IRegistrationAssignmentsOperations

The operations group for this extension method.

scope
String

Scope of the resource.

expandRegistrationDefinition
Nullable<Boolean>

Tells whether to return registration definition details also along with registration assignment details.

Returns

Applies to