C# 클래스 Microsoft.Azure.Commands.Sql.ServiceObjective.Cmdlet.GetAzureSqlServerServiceObjective

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

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

No user input to apply to model.

GetEntity ( ) : IEnumerable

Gets a server from the service.

PersistChanges ( IEnumerable entity ) : IEnumerable

No changes, thus nothing to persist.

메소드 상세

ApplyUserInputToModel() 보호된 메소드

No user input to apply to model.
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable The model to modify
리턴 IEnumerable

GetEntity() 보호된 메소드

Gets a server from the service.
protected GetEntity ( ) : IEnumerable
리턴 IEnumerable

PersistChanges() 보호된 메소드

No changes, thus nothing to persist.
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The entity retrieved
리턴 IEnumerable