Share via


ImportExportDatabaseCommunicator.Export Method

Definition

public Microsoft.Azure.Management.Sql.LegacySdk.Models.ImportExportResponse Export (string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ExportRequestParameters parameters);
member this.Export : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ExportRequestParameters -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ImportExportResponse
Public Function Export (resourceGroupName As String, serverName As String, databaseName As String, parameters As ExportRequestParameters) As ImportExportResponse

Parameters

resourceGroupName
String
serverName
String
databaseName
String

Returns

Applies to