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

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

Private Properties

Свойство Type Description
ImportSqlAzureDatabaseProcess Microsoft.WindowsAzure.Commands.SqlDatabase.Services.ImportExport.ImportExportRequest

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Process the import request

Private Methods

Méthode Description
ImportSqlAzureDatabaseProcess ( string serverName, Uri blobUri, string storageAccessKey, string fullyQualifiedServerName, string databaseName, string edition, int maxDatabaseSizeInGB, Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Common.SqlAuthenticationCredentials sqlCredentials ) : Microsoft.WindowsAzure.Commands.SqlDatabase.Services.ImportExport.ImportExportRequest

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

Method Details

ExecuteCmdlet() public méthode

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