Share via


AzureSqlDatabaseAdapter.CreateExpandedDatabaseModelFromResponse Method

Definition

Converts the response from the service to a powershell database object

public static Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded CreateExpandedDatabaseModelFromResponse (string resourceGroup, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.Database database);
static member CreateExpandedDatabaseModelFromResponse : string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.Database -> Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded
Public Shared Function CreateExpandedDatabaseModelFromResponse (resourceGroup As String, serverName As String, database As Database) As AzureSqlDatabaseModelExpanded

Parameters

resourceGroup
String

The resource group the server is in

serverName
String

The name of the Azure Sql Database Server

database
Database

The service response

Returns

The converted model

Applies to