Share via


IServersOperations Interface

Definition

ServersOperations operations.

public interface IServersOperations
type IServersOperations = interface
Public Interface IServersOperations

Methods

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

Creates a new server or updates an existing server. The update action will overwrite the existing server.

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

Deletes a server.

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

Manual failover a server.

BeginRestartWithHttpMessagesAsync(String, String, ServerRestartParameter, Dictionary<String,List<String>>, CancellationToken)

Restarts a server.

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

Starts a server.

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

Stops a server.

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

Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.

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

Creates a new server or updates an existing server. The update action will overwrite the existing server.

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

Deletes a server.

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

Manual failover a server.

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

Gets information about a server.

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

List all the servers in a given resource group.

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

List all the servers in a given resource group.

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

List all the servers in a given subscription.

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

List all the servers in a given subscription.

RestartWithHttpMessagesAsync(String, String, ServerRestartParameter, Dictionary<String,List<String>>, CancellationToken)

Restarts a server.

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

Starts a server.

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

Stops a server.

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

Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.

Extension Methods

BeginCreate(IServersOperations, String, String, Server)

Creates a new server or updates an existing server. The update action will overwrite the existing server.

BeginCreateAsync(IServersOperations, String, String, Server, CancellationToken)

Creates a new server or updates an existing server. The update action will overwrite the existing server.

BeginDelete(IServersOperations, String, String)

Deletes a server.

BeginDeleteAsync(IServersOperations, String, String, CancellationToken)

Deletes a server.

BeginFailover(IServersOperations, String, String)

Manual failover a server.

BeginFailoverAsync(IServersOperations, String, String, CancellationToken)

Manual failover a server.

BeginRestart(IServersOperations, String, String, ServerRestartParameter)

Restarts a server.

BeginRestartAsync(IServersOperations, String, String, ServerRestartParameter, CancellationToken)

Restarts a server.

BeginStart(IServersOperations, String, String)

Starts a server.

BeginStartAsync(IServersOperations, String, String, CancellationToken)

Starts a server.

BeginStop(IServersOperations, String, String)

Stops a server.

BeginStopAsync(IServersOperations, String, String, CancellationToken)

Stops a server.

BeginUpdate(IServersOperations, String, String, ServerForUpdate)

Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.

BeginUpdateAsync(IServersOperations, String, String, ServerForUpdate, CancellationToken)

Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.

Create(IServersOperations, String, String, Server)

Creates a new server or updates an existing server. The update action will overwrite the existing server.

CreateAsync(IServersOperations, String, String, Server, CancellationToken)

Creates a new server or updates an existing server. The update action will overwrite the existing server.

Delete(IServersOperations, String, String)

Deletes a server.

DeleteAsync(IServersOperations, String, String, CancellationToken)

Deletes a server.

Failover(IServersOperations, String, String)

Manual failover a server.

FailoverAsync(IServersOperations, String, String, CancellationToken)

Manual failover a server.

Get(IServersOperations, String, String)

Gets information about a server.

GetAsync(IServersOperations, String, String, CancellationToken)

Gets information about a server.

List(IServersOperations)

List all the servers in a given subscription.

ListAsync(IServersOperations, CancellationToken)

List all the servers in a given subscription.

ListByResourceGroup(IServersOperations, String)

List all the servers in a given resource group.

ListByResourceGroupAsync(IServersOperations, String, CancellationToken)

List all the servers in a given resource group.

ListByResourceGroupNext(IServersOperations, String)

List all the servers in a given resource group.

ListByResourceGroupNextAsync(IServersOperations, String, CancellationToken)

List all the servers in a given resource group.

ListNext(IServersOperations, String)

List all the servers in a given subscription.

ListNextAsync(IServersOperations, String, CancellationToken)

List all the servers in a given subscription.

Restart(IServersOperations, String, String, ServerRestartParameter)

Restarts a server.

RestartAsync(IServersOperations, String, String, ServerRestartParameter, CancellationToken)

Restarts a server.

Start(IServersOperations, String, String)

Starts a server.

StartAsync(IServersOperations, String, String, CancellationToken)

Starts a server.

Stop(IServersOperations, String, String)

Stops a server.

StopAsync(IServersOperations, String, String, CancellationToken)

Stops a server.

Update(IServersOperations, String, String, ServerForUpdate)

Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.

UpdateAsync(IServersOperations, String, String, ServerForUpdate, CancellationToken)

Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.

Applies to