C# 클래스 Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Cmdlet.NewAzureSqlServerCommunicationLink

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

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

Create the model from user input

GetEntity ( ) : IEnumerable

Get the entities from the service

PersistChanges ( IEnumerable entity ) : IEnumerable

Create the new server communication link

메소드 상세

ApplyUserInputToModel() 보호된 메소드

Create the model from user input
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable Model retrieved from service
리턴 IEnumerable

GetEntity() 보호된 메소드

Get the entities from the service
protected GetEntity ( ) : IEnumerable
리턴 IEnumerable

PersistChanges() 보호된 메소드

Create the new server communication link
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The output of apply user input to model
리턴 IEnumerable