C# 클래스 Microsoft.Azure.Commands.Sql.DatabaseActivation.Services.AzureSqlDatabaseActivationAdapter

Adapter for database activation operations
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
PauseDatabase Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
ResumeDatabase Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel

공개 메소드들

메소드 설명
AzureSqlDatabaseActivationAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructs a database activation adapter

비공개 메소드들

메소드 설명
PauseDatabase ( string resourceGroup, string serverName, string databaseName ) : AzureSqlDatabaseModel

Pauses a Azure SQL Data Warehouse database.

ResumeDatabase ( string resourceGroup, string serverName, string databaseName ) : AzureSqlDatabaseModel

Resumes a Azure Sql Data Warehouse database.

메소드 상세

AzureSqlDatabaseActivationAdapter() 공개 메소드

Constructs a database activation adapter
public AzureSqlDatabaseActivationAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication.Models