GetAzureSqlServerCommunicationLink.PersistChanges(IEnumerable<AzureSqlServerCommunicationLinkModel>) Method

Definition

protected override System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel> PersistChanges (System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel> entity);
override this.PersistChanges : seq<Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel> -> seq<Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel>
Protected Overrides Function PersistChanges (entity As IEnumerable(Of AzureSqlServerCommunicationLinkModel)) As IEnumerable(Of AzureSqlServerCommunicationLinkModel)

Parameters

Returns

IEnumerable<AzureSqlServerCommunicationLinkModel>

Applies to