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

Inheritance: SqlDatabaseCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
GetAzureSqlDatabaseImportExportStatusProcess IEnumerable

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Process the export request

Private Methods

Méthode 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 méthode

Process the export request
public ExecuteCmdlet ( ) : void
Résultat void