C# 클래스 Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.SetAzureSqlDatabase

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

Private Properties

프로퍼티 타입 설명
ProcessWithConnectionContext void
ProcessWithServerName void

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Process the command.

비공개 메소드들

메소드 설명
ProcessWithConnectionContext ( string databaseName, int maxSizeGb, long maxSizeBytes, DatabaseEdition edition ) : void

process the request using the connection context.

ProcessWithServerName ( string databaseName, int maxSizeGb, long maxSizeBytes, DatabaseEdition edition ) : void

Process the request using a temporary connection context using certificate authentication

메소드 상세

ExecuteCmdlet() 공개 메소드

Process the command.
public ExecuteCmdlet ( ) : void
리턴 void