IJobAccountOperations Interface

Definition

Represents all the operations for operating on Azure SQL Job Accounts. Contains operations to: Create, Retrieve, Update, and Delete Job Accounts

public interface IJobAccountOperations
type IJobAccountOperations = interface
Public Interface IJobAccountOperations

Methods

BeginCreateOrUpdateAsync(String, String, String, JobAccountCreateOrUpdateParameters, CancellationToken)

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.

BeginDeleteAsync(String, String, String, CancellationToken)

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

CreateOrUpdateAsync(String, String, String, JobAccountCreateOrUpdateParameters, CancellationToken)

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

DeleteAsync(String, String, String, CancellationToken)

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

GetAsync(String, String, String, CancellationToken)

Returns information about an Azure SQL Job Account.

GetJobAccountOperationStatusAsync(String, CancellationToken)

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

ListAsync(String, String, CancellationToken)

Returns information about Azure SQL Job Accounts.

Extension 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