Partager via


ISqlPoolsOperations Interface

Définition

Opérations SqlPoolsOperations.

public interface ISqlPoolsOperations
type ISqlPoolsOperations = interface
Public Interface ISqlPoolsOperations

Méthodes

BeginCreateWithHttpMessagesAsync(String, String, String, SqlPool, Dictionary<String,List<String>>, CancellationToken)

Créer un pool SQL

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

Supprimer un pool SQL

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

Suspendre le pool SQL

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

Reprendre le pool SQL

CreateWithHttpMessagesAsync(String, String, String, SqlPool, Dictionary<String,List<String>>, CancellationToken)

Créer un pool SQL

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

Supprimer un pool SQL

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

Obtenir un pool SQL

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

Répertorier les pools SQL

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

Répertorier les pools SQL

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

Suspendre le pool SQL

RenameWithHttpMessagesAsync(String, String, String, ResourceMoveDefinition, Dictionary<String,List<String>>, CancellationToken)

Renommer un pool SQL

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

Reprendre le pool SQL

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

Mettre à jour le pool SQL

Méthodes d’extension

BeginCreate(ISqlPoolsOperations, String, String, String, SqlPool)

Créer un pool SQL

BeginCreateAsync(ISqlPoolsOperations, String, String, String, SqlPool, CancellationToken)

Créer un pool SQL

BeginDelete(ISqlPoolsOperations, String, String, String)

Supprimer un pool SQL

BeginDeleteAsync(ISqlPoolsOperations, String, String, String, CancellationToken)

Supprimer un pool SQL

BeginPause(ISqlPoolsOperations, String, String, String)

Suspendre le pool SQL

BeginPauseAsync(ISqlPoolsOperations, String, String, String, CancellationToken)

Suspendre le pool SQL

BeginResume(ISqlPoolsOperations, String, String, String)

Reprendre le pool SQL

BeginResumeAsync(ISqlPoolsOperations, String, String, String, CancellationToken)

Reprendre le pool SQL

Create(ISqlPoolsOperations, String, String, String, SqlPool)

Créer un pool SQL

CreateAsync(ISqlPoolsOperations, String, String, String, SqlPool, CancellationToken)

Créer un pool SQL

Delete(ISqlPoolsOperations, String, String, String)

Supprimer un pool SQL

DeleteAsync(ISqlPoolsOperations, String, String, String, CancellationToken)

Supprimer un pool SQL

Get(ISqlPoolsOperations, String, String, String)

Obtenir un pool SQL

GetAsync(ISqlPoolsOperations, String, String, String, CancellationToken)

Obtenir un pool SQL

ListByWorkspace(ISqlPoolsOperations, String, String)

Répertorier les pools SQL

ListByWorkspaceAsync(ISqlPoolsOperations, String, String, CancellationToken)

Répertorier les pools SQL

ListByWorkspaceNext(ISqlPoolsOperations, String)

Répertorier les pools SQL

ListByWorkspaceNextAsync(ISqlPoolsOperations, String, CancellationToken)

Répertorier les pools SQL

Pause(ISqlPoolsOperations, String, String, String)

Suspendre le pool SQL

PauseAsync(ISqlPoolsOperations, String, String, String, CancellationToken)

Suspendre le pool SQL

Rename(ISqlPoolsOperations, String, String, String, ResourceMoveDefinition)

Renommer un pool SQL

RenameAsync(ISqlPoolsOperations, String, String, String, ResourceMoveDefinition, CancellationToken)

Renommer un pool SQL

Resume(ISqlPoolsOperations, String, String, String)

Reprendre le pool SQL

ResumeAsync(ISqlPoolsOperations, String, String, String, CancellationToken)

Reprendre le pool SQL

Update(ISqlPoolsOperations, String, String, String, SqlPoolPatchInfo)

Mettre à jour le pool SQL

UpdateAsync(ISqlPoolsOperations, String, String, String, SqlPoolPatchInfo, CancellationToken)

Mettre à jour le pool SQL

S’applique à