C# Класс Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Cmdlet.SetAzureSqlServerActiveDirectoryAdministrator

Наследование: AzureSqlServerActiveDirectoryAdministratorCmdletBase
Показать файл Открыть проект

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