RegistrationAssignmentsOperationsExtensions.List 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.
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.
Tells whether to return registration definition details also along with registration assignment details.
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.