ISqlDatabaseOperations Interface

Definition

A representation of the Azure SQL Database operations.

public interface ISqlDatabaseOperations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithSqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.ISqlChildrenOperations<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>
type ISqlDatabaseOperations = interface
    interface IBeta
    interface ISupportsCreating<IWithSqlServer>
    interface ISqlChildrenOperations<ISqlDatabase>
Public Interface ISqlDatabaseOperations
Implements IBeta, ISqlChildrenOperations(Of ISqlDatabase), ISupportsCreating(Of IWithSqlServer)
Implements

Methods

Define(String) (Inherited from ISupportsCreating<T>)
DeleteById(String)

Deletes a child resource from Azure SQL server, identifying it by its resource ID.

(Inherited from ISqlChildrenOperations<T>)
DeleteByIdAsync(String, CancellationToken)

Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID.

(Inherited from ISqlChildrenOperations<T>)
DeleteBySqlServer(String, String, String)

Deletes a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
DeleteBySqlServerAsync(String, String, String, CancellationToken)

Asynchronously delete a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
GetById(String)

Gets the information about a child resource from Azure SQL server using the resource ID.

(Inherited from ISqlChildrenOperations<T>)
GetByIdAsync(String, CancellationToken)

Asynchronously gets the information about a child resource from Azure SQL server using the resource ID.

(Inherited from ISqlChildrenOperations<T>)
GetBySqlServer(ISqlServer, String)

Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
GetBySqlServer(String, String, String)

Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
GetBySqlServerAsync(ISqlServer, String, CancellationToken)

Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
GetBySqlServerAsync(String, String, String, CancellationToken)

Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

(Inherited from ISqlChildrenOperations<T>)
ListBySqlServer(ISqlServer)

Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

(Inherited from ISqlChildrenOperations<T>)
ListBySqlServer(String, String)

Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

(Inherited from ISqlChildrenOperations<T>)
ListBySqlServerAsync(ISqlServer, CancellationToken)

Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

(Inherited from ISqlChildrenOperations<T>)
ListBySqlServerAsync(String, String, CancellationToken)

Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

(Inherited from ISqlChildrenOperations<T>)

Applies to