C# 클래스 Microsoft.Azure.Commands.Sql.Database.Cmdlet.GetAzureSqlDatabaseActivity

상속: AzureSqlDatabaseActivityCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 메소드들

메소드 설명
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

No user input to apply to model

GetEntity ( ) : IEnumerable

Gets database activity in an Elastic Pool

PersistChanges ( IEnumerable entity ) : IEnumerable

No changes to persist to server

메소드 상세

ApplyUserInputToModel() 보호된 메소드

No user input to apply to model
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable Model retrieved from service
리턴 IEnumerable

GetEntity() 보호된 메소드

Gets database activity in an Elastic Pool
protected GetEntity ( ) : IEnumerable
리턴 IEnumerable

PersistChanges() 보호된 메소드

No changes to persist to server
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The output of apply user input to model
리턴 IEnumerable