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

Inheritance: AzureSqlServerActiveDirectoryAdministratorCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

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
Résultat IEnumerable

GetEntity() protected méthode

Get the entities from the service
protected GetEntity ( ) : IEnumerable
Résultat IEnumerable

PersistChanges() protected méthode

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