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

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

Private Properties

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

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Process the import request

Private Methods

Method 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 method

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