C# Class Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.StartAzureSqlDatabaseExport

Inheritance: SqlDatabaseCmdletBase
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
ExportSqlAzureDatabaseProcess Microsoft.WindowsAzure.Commands.SqlDatabase.Services.ImportExport.ImportExportRequest

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Process the export request

Private Methods

Method Description
ExportSqlAzureDatabaseProcess ( string serverName, Uri blobUri, string storageAccessKey, string fullyQualifiedServerName, string databaseName, Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Common.SqlAuthenticationCredentials sqlCredentials ) : Microsoft.WindowsAzure.Commands.SqlDatabase.Services.ImportExport.ImportExportRequest

Performs the call to export database using the server data service context channel.

Method Details

ExecuteCmdlet() public method

Process the export request
public ExecuteCmdlet ( ) : void
return void