C# Class Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Cmdlet.RemoveAzureSqlServerCommunicationLink

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

Private Properties

Свойство Type Description

Méthodes protégées

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

Method Details

ApplyUserInputToModel() protected méthode

No user input to apply to model
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable Model 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

Persist removal to server
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The output of apply user input to model
Résultat IEnumerable

ProcessRecord() protected méthode

Entry point for the cmdlet
protected ProcessRecord ( ) : void
Résultat void