Udostępnij za pośrednictwem


JobAccountOperationsExtensions Class

Definition

The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.

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

Methods

BeginCreateOrUpdate(IJobAccountOperations, String, String, String, JobAccountCreateOrUpdateParameters)

Begins creating a new Azure SQL Job Account or updating an existing Azure SQL Job Account. To determine the status of the operation call GetJobAccountOperationStatus.

BeginCreateOrUpdateAsync(IJobAccountOperations, String, String, String, JobAccountCreateOrUpdateParameters)

Begins creating a new Azure SQL Job Account or updating an existing Azure SQL Job Account. To determine the status of the operation call GetJobAccountOperationStatus.

BeginDelete(IJobAccountOperations, String, String, String)

Begins deleting the Azure SQL Job Account with the given name. To determine the status of the operation call GetJobAccountOperationStatus.

BeginDeleteAsync(IJobAccountOperations, String, String, String)

Begins deleting the Azure SQL Job Account with the given name. To determine the status of the operation call GetJobAccountOperationStatus.

CreateOrUpdate(IJobAccountOperations, String, String, String, JobAccountCreateOrUpdateParameters)

Creates a new Azure SQL Job Account or updates an existing Azure SQL Job Account.

CreateOrUpdateAsync(IJobAccountOperations, String, String, String, JobAccountCreateOrUpdateParameters)

Creates a new Azure SQL Job Account or updates an existing Azure SQL Job Account.

Delete(IJobAccountOperations, String, String, String)

Creates a new Azure SQL Job Account or updates an existing Azure SQL Job Account.

DeleteAsync(IJobAccountOperations, String, String, String)

Creates a new Azure SQL Job Account or updates an existing Azure SQL Job Account.

Get(IJobAccountOperations, String, String, String)

Returns information about an Azure SQL Job Account.

GetAsync(IJobAccountOperations, String, String, String)

Returns information about an Azure SQL Job Account.

GetJobAccountOperationStatus(IJobAccountOperations, String)

Gets the status of an Azure Sql Job Account create or update operation.

GetJobAccountOperationStatusAsync(IJobAccountOperations, String)

Gets the status of an Azure Sql Job Account create or update operation.

List(IJobAccountOperations, String, String)

Returns information about Azure SQL Job Accounts.

ListAsync(IJobAccountOperations, String, String)

Returns information about Azure SQL Job Accounts.

Applies to