IServersOperations Interface

Definition

ServersOperations operations.

public interface IServersOperations
type IServersOperations = interface
Public Interface IServersOperations

Methods

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

Creates or updates a server.

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

Deletes a server.

BeginImportDatabaseWithHttpMessagesAsync(String, String, ImportNewDatabaseDefinition, Dictionary<String,List<String>>, CancellationToken)

Imports a bacpac into a new database.

BeginUpdateWithHttpMessagesAsync(String, String, ServerUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates a server.

CheckNameAvailabilityWithHttpMessagesAsync(CheckNameAvailabilityRequest, Dictionary<String,List<String>>, CancellationToken)

Determines whether a resource can be created with the specified name.

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

Creates or updates a server.

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

Deletes a server.

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

Gets a server.

ImportDatabaseWithHttpMessagesAsync(String, String, ImportNewDatabaseDefinition, Dictionary<String,List<String>>, CancellationToken)

Imports a bacpac into a new database.

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

Gets a list of servers in a resource groups.

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

Gets a list of servers in a resource groups.

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

Gets a list of all servers in the subscription.

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

Gets a list of all servers in the subscription.

UpdateWithHttpMessagesAsync(String, String, ServerUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates a server.

Extension Methods

BeginCreateOrUpdate(IServersOperations, String, String, Server)

Creates or updates a server.

BeginCreateOrUpdateAsync(IServersOperations, String, String, Server, CancellationToken)

Creates or updates a server.

BeginDelete(IServersOperations, String, String)

Deletes a server.

BeginDeleteAsync(IServersOperations, String, String, CancellationToken)

Deletes a server.

BeginImportDatabase(IServersOperations, String, String, ImportNewDatabaseDefinition)

Imports a bacpac into a new database.

BeginImportDatabaseAsync(IServersOperations, String, String, ImportNewDatabaseDefinition, CancellationToken)

Imports a bacpac into a new database.

BeginUpdate(IServersOperations, String, String, ServerUpdate)

Updates a server.

BeginUpdateAsync(IServersOperations, String, String, ServerUpdate, CancellationToken)

Updates a server.

CheckNameAvailability(IServersOperations, CheckNameAvailabilityRequest)

Determines whether a resource can be created with the specified name.

CheckNameAvailabilityAsync(IServersOperations, CheckNameAvailabilityRequest, CancellationToken)

Determines whether a resource can be created with the specified name.

CreateOrUpdate(IServersOperations, String, String, Server)

Creates or updates a server.

CreateOrUpdateAsync(IServersOperations, String, String, Server, CancellationToken)

Creates or updates a server.

Delete(IServersOperations, String, String)

Deletes a server.

DeleteAsync(IServersOperations, String, String, CancellationToken)

Deletes a server.

Get(IServersOperations, String, String, String)

Gets a server.

GetAsync(IServersOperations, String, String, String, CancellationToken)

Gets a server.

ImportDatabase(IServersOperations, String, String, ImportNewDatabaseDefinition)

Imports a bacpac into a new database.

ImportDatabaseAsync(IServersOperations, String, String, ImportNewDatabaseDefinition, CancellationToken)

Imports a bacpac into a new database.

List(IServersOperations, String)

Gets a list of all servers in the subscription.

ListAsync(IServersOperations, String, CancellationToken)

Gets a list of all servers in the subscription.

ListByResourceGroup(IServersOperations, String, String)

Gets a list of servers in a resource groups.

ListByResourceGroupAsync(IServersOperations, String, String, CancellationToken)

Gets a list of servers in a resource groups.

ListByResourceGroupNext(IServersOperations, String)

Gets a list of servers in a resource groups.

ListByResourceGroupNextAsync(IServersOperations, String, CancellationToken)

Gets a list of servers in a resource groups.

ListNext(IServersOperations, String)

Gets a list of all servers in the subscription.

ListNextAsync(IServersOperations, String, CancellationToken)

Gets a list of all servers in the subscription.

Update(IServersOperations, String, String, ServerUpdate)

Updates a server.

UpdateAsync(IServersOperations, String, String, ServerUpdate, CancellationToken)

Updates a server.

Applies to