C# 클래스 Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Cmdlet.SetAzureSqlServerActiveDirectoryAdministrator

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

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

Create the list of models from a list of user input

GetEntity ( ) : IEnumerable

Get the entities from the service

PersistChanges ( IEnumerable entity ) : IEnumerable

Update the Azure SQL Server Active Directory administrator

메소드 상세

ApplyUserInputToModel() 보호된 메소드

Create the list of models from a list of user input
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable A IEnumerable of models retrieved from service
리턴 IEnumerable

GetEntity() 보호된 메소드

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

PersistChanges() 보호된 메소드

Update the Azure SQL Server Active Directory administrator
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable A list of models to update the list
리턴 IEnumerable