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

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

Private Properties

Property Type Description
GetAzureSqlDatabaseImportExportStatusProcess IEnumerable

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Process the export request

Private Methods

Method Description
GetAzureSqlDatabaseImportExportStatusProcess ( string serverName, string fullyQualifiedServerName, string userName, string password, string requestId ) : IEnumerable

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