C# Class Microsoft.Azure.Commands.Sql.ImportExport.Cmdlet.GetAzureSqlDatabaseImportExportStatus

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Datei anzeigen Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Executes the cmdlet

Protected Methods

Method Description
GetEntity ( ) : AzureSqlDatabaseImportExportStatusModel

Get the import/export operation status

InitModelAdapter ( AzureSubscription subscription ) : ImportExportDatabaseAdapter

Intializes the model adapter

Method Details

ExecuteCmdlet() public method

Executes the cmdlet
public ExecuteCmdlet ( ) : void
return void

GetEntity() protected method

Get the import/export operation status
protected GetEntity ( ) : AzureSqlDatabaseImportExportStatusModel
return Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel

InitModelAdapter() protected method

Intializes the model adapter
protected InitModelAdapter ( AzureSubscription subscription ) : ImportExportDatabaseAdapter
subscription Microsoft.Azure.Commands.Common.Authentication.Models.AzureSubscription The subscription the cmdlets are operation under
return Microsoft.Azure.Commands.Sql.ImportExport.Service.ImportExportDatabaseAdapter