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

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Executes the cmdlet

Méthodes protégées

Méthode Description
GetEntity ( ) : AzureSqlDatabaseImportExportStatusModel

Get the import/export operation status

InitModelAdapter ( AzureSubscription subscription ) : ImportExportDatabaseAdapter

Intializes the model adapter

Method Details

ExecuteCmdlet() public méthode

Executes the cmdlet
public ExecuteCmdlet ( ) : void
Résultat void

GetEntity() protected méthode

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

InitModelAdapter() protected méthode

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