RegistrationAssignmentsOperationsExtensions Class
In this article
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.
Extension methods for RegistrationAssignmentsOperations.
public static class RegistrationAssignmentsOperationsExtensions
type RegistrationAssignmentsOperationsExtensions = class
Public Module RegistrationAssignmentsOperationsExtensions
Inheritance
RegistrationAssignmentsOperationsExtensions
Methods
BeginCreateOrUpdate(IRegistrationAssignmentsOperations, String, String, RegistrationAssignment)
Creates or updates a registration assignment.
BeginCreateOrUpdateAsync(IRegistrationAssignmentsOperations, String, String, RegistrationAssignment, CancellationToken)
Creates or updates a registration assignment.
BeginDelete(IRegistrationAssignmentsOperations, String, String)
Deletes the specified registration assignment.
BeginDeleteAsync(IRegistrationAssignmentsOperations, String, String, CancellationToken)
Deletes the specified registration assignment.
CreateOrUpdate(IRegistrationAssignmentsOperations, String, String, RegistrationAssignment)
Creates or updates a registration assignment.
CreateOrUpdateAsync(IRegistrationAssignmentsOperations, String, String, RegistrationAssignment, CancellationToken)
Creates or updates a registration assignment.
Delete(IRegistrationAssignmentsOperations, String, String)
Deletes the specified registration assignment.
DeleteAsync(IRegistrationAssignmentsOperations, String, String, CancellationToken)
Deletes the specified registration assignment.
Get(IRegistrationAssignmentsOperations, String, String, Nullable<Boolean>)
Gets the details of specified registration assignment.
GetAsync(IRegistrationAssignmentsOperations, String, String, Nullable<Boolean>, CancellationToken)
Gets the details of specified registration assignment.
List(IRegistrationAssignmentsOperations, String, Nullable<Boolean>)
Gets a list of the registration assignments.
ListAsync(IRegistrationAssignmentsOperations, String, Nullable<Boolean>, CancellationToken)
Gets a list of the registration assignments.
ListNext(IRegistrationAssignmentsOperations, String)
Gets a list of the registration assignments.
ListNextAsync(IRegistrationAssignmentsOperations, String, CancellationToken)
Gets a list of the registration assignments.
Applies to