ServersOperationsExtensions Class

Definition

Extension methods for ServersOperations.

public static class ServersOperationsExtensions
type ServersOperationsExtensions = class
Public Module ServersOperationsExtensions
Inheritance
ServersOperationsExtensions

Methods

BeginCreate(IServersOperations, String, String, ServerForCreate)

Creates a new server, or will overwrite an existing server.

BeginCreateAsync(IServersOperations, String, String, ServerForCreate, CancellationToken)

Creates a new server, or will overwrite an 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.

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.

Create(IServersOperations, String, String, ServerForCreate)

Creates a new server, or will overwrite an existing server.

CreateAsync(IServersOperations, String, String, ServerForCreate, CancellationToken)

Creates a new server, or will overwrite an 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.

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.

Applies to