RegistrationDefinitionsOperationsExtensions Class
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 RegistrationDefinitionsOperations.
In this article
public static class RegistrationDefinitionsOperationsExtensions
type RegistrationDefinitionsOperationsExtensions = class
Public Module RegistrationDefinitionsOperationsExtensions
Inheritance
RegistrationDefinitionsOperationsExtensions
Methods
BeginCreateOrUpdate(IRegistrationDefinitionsOperations, String, String, RegistrationDefinition)
Creates or updates a registration definition.
BeginCreateOrUpdateAsync(IRegistrationDefinitionsOperations, String, String, RegistrationDefinition, CancellationToken)
Creates or updates a registration definition.
CreateOrUpdate(IRegistrationDefinitionsOperations, String, String, RegistrationDefinition)
Creates or updates a registration definition.
CreateOrUpdateAsync(IRegistrationDefinitionsOperations, String, String, RegistrationDefinition, CancellationToken)
Creates or updates a registration definition.
Delete(IRegistrationDefinitionsOperations, String, String)
Deletes the registration definition.
DeleteAsync(IRegistrationDefinitionsOperations, String, String, CancellationToken)
Deletes the registration definition.
Get(IRegistrationDefinitionsOperations, String, String)
Gets the registration definition details.
GetAsync(IRegistrationDefinitionsOperations, String, String, CancellationToken)
Gets the registration definition details.
List(IRegistrationDefinitionsOperations, String)
Gets a list of the registration definitions.
ListAsync(IRegistrationDefinitionsOperations, String, CancellationToken)
Gets a list of the registration definitions.
ListNext(IRegistrationDefinitionsOperations, String)
Gets a list of the registration definitions.
ListNextAsync(IRegistrationDefinitionsOperations, String, CancellationToken)
Gets a list of the registration definitions.
Applies to