C# Класс Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Cmdlet.RemoveAzureSqlServerCommunicationLink

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

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

No user input to apply to model

GetEntity ( ) : IEnumerable

Get the entities from the service

PersistChanges ( IEnumerable entity ) : IEnumerable

Persist removal to server

ProcessRecord ( ) : void

Entry point for the cmdlet

Описание методов

ApplyUserInputToModel() защищенный Метод

No user input to apply to model
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable Model retrieved from service
Результат IEnumerable

GetEntity() защищенный Метод

Get the entities from the service
protected GetEntity ( ) : IEnumerable
Результат IEnumerable

PersistChanges() защищенный Метод

Persist removal to server
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The output of apply user input to model
Результат IEnumerable

ProcessRecord() защищенный Метод

Entry point for the cmdlet
protected ProcessRecord ( ) : void
Результат void