IServersOperations Interface

Definition

ServersOperations operations.

public interface IServersOperations
type IServersOperations = interface
Public Interface IServersOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, ServerForCreate, 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.

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

Restarts a server.

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

Starts a stopped server.

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

Stops a running server.

BeginUpdateWithHttpMessagesAsync(String, String, ServerUpdateParameters, 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.

BeginUpgradeWithHttpMessagesAsync(String, String, ServerUpgradeParameters, Dictionary<String,List<String>>, CancellationToken)

Upgrade server version.

CreateWithHttpMessagesAsync(String, String, ServerForCreate, 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.

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

Gets information about a server.

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

List all the servers in a given resource group.

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

List all the servers in a given subscription.

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

Restarts a server.

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

Starts a stopped server.

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

Stops a running server.

UpdateWithHttpMessagesAsync(String, String, ServerUpdateParameters, 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.

UpgradeWithHttpMessagesAsync(String, String, ServerUpgradeParameters, Dictionary<String,List<String>>, CancellationToken)

Upgrade server version.

Extension Methods

BeginCreate(IServersOperations, String, String, ServerForCreate)

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

BeginCreateAsync(IServersOperations, String, String, ServerForCreate, 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.

BeginRestart(IServersOperations, String, String)

Restarts a server.

BeginRestartAsync(IServersOperations, String, String, CancellationToken)

Restarts a server.

BeginStart(IServersOperations, String, String)

Starts a stopped server.

BeginStartAsync(IServersOperations, String, String, CancellationToken)

Starts a stopped server.

BeginStop(IServersOperations, String, String)

Stops a running server.

BeginStopAsync(IServersOperations, String, String, CancellationToken)

Stops a running server.

BeginUpdate(IServersOperations, String, String, ServerUpdateParameters)

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, ServerUpdateParameters, CancellationToken)

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

BeginUpgrade(IServersOperations, String, String, ServerUpgradeParameters)

Upgrade server version.

BeginUpgradeAsync(IServersOperations, String, String, ServerUpgradeParameters, CancellationToken)

Upgrade server version.

Create(IServersOperations, String, String, ServerForCreate)

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

CreateAsync(IServersOperations, String, String, ServerForCreate, 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.

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.

Restart(IServersOperations, String, String)

Restarts a server.

RestartAsync(IServersOperations, String, String, CancellationToken)

Restarts a server.

Start(IServersOperations, String, String)

Starts a stopped server.

StartAsync(IServersOperations, String, String, CancellationToken)

Starts a stopped server.

Stop(IServersOperations, String, String)

Stops a running server.

StopAsync(IServersOperations, String, String, CancellationToken)

Stops a running server.

Update(IServersOperations, String, String, ServerUpdateParameters)

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, ServerUpdateParameters, CancellationToken)

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

Upgrade(IServersOperations, String, String, ServerUpgradeParameters)

Upgrade server version.

UpgradeAsync(IServersOperations, String, String, ServerUpgradeParameters, CancellationToken)

Upgrade server version.

Applies to