C# 클래스 Microsoft.Azure.Commands.Sql.ImportExport.Cmdlet.GetAzureSqlDatabaseImportExportStatus

상속: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Executes the cmdlet

보호된 메소드들

메소드 설명
GetEntity ( ) : AzureSqlDatabaseImportExportStatusModel

Get the import/export operation status

InitModelAdapter ( AzureSubscription subscription ) : ImportExportDatabaseAdapter

Intializes the model adapter

메소드 상세

ExecuteCmdlet() 공개 메소드

Executes the cmdlet
public ExecuteCmdlet ( ) : void
리턴 void

GetEntity() 보호된 메소드

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

InitModelAdapter() 보호된 메소드

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