C# Class Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Cmdlet.SetAzureSqlServerActiveDirectoryAdministrator

Inheritance: AzureSqlServerActiveDirectoryAdministratorCmdletBase
显示文件 Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
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

Method Details

ApplyUserInputToModel() protected method

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
return IEnumerable

GetEntity() protected method

Get the entities from the service
protected GetEntity ( ) : IEnumerable
return IEnumerable

PersistChanges() protected method

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