AzureSqlDatabaseModelExpanded(String, String, Database) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct AzureSqlDatabaseModelExpanded from Management.Sql.LegacySdk.Models.Database object
public AzureSqlDatabaseModelExpanded (string resourceGroup, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.Database database);
new Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded : string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.Database -> Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded
Public Sub New (resourceGroup As String, serverName As String, database As Database)
Parameters
- resourceGroup
- String
Resource group
- serverName
- String
Server name
- database
- Database
Database object