IWithSqlServer Interface

Definition

The stage of the SQL Database rule definition allowing to specify the parent resource group, SQL server and location.

public interface IWithSqlServer : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithSqlServerBeta
type IWithSqlServer = interface
    interface IWithSqlServerBeta
    interface IBeta
Public Interface IWithSqlServer
Implements IBeta, IWithSqlServerBeta
Derived
Implements

Methods

WithExistingSqlServer(ISqlServer)

Sets the parent SQL server for the new SQL Database.

(Inherited from IWithSqlServerBeta)
WithExistingSqlServer(String, String, String)

Sets the parent SQL server name and resource group it belongs to.

(Inherited from IWithSqlServerBeta)

Applies to