IRegistrationDefinitionsOperations Interface

Definition

RegistrationDefinitionsOperations operations.

public interface IRegistrationDefinitionsOperations
type IRegistrationDefinitionsOperations = interface
Public Interface IRegistrationDefinitionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, RegistrationDefinition, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a registration definition.

CreateOrUpdateWithHttpMessagesAsync(String, String, RegistrationDefinition, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a registration definition.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the registration definition.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the registration definition details.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of the registration definitions.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of the registration definitions.

Extension 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