C# Класс Microsoft.Azure.Commands.Sql.FirewallRule.Cmdlet.SetAzureSqlServerFirewallRule

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

Private Properties

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

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

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

Constructs the model to send to the update API

GetEntity ( ) : IEnumerable

Get the Firewall Rule to update

PersistChanges ( IEnumerable entity ) : IEnumerable

Sends the Firewall Rule update request to the service

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

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

Constructs the model to send to the update API
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable The result of the get operation
Результат IEnumerable

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

Get the Firewall Rule to update
protected GetEntity ( ) : IEnumerable
Результат IEnumerable

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

Sends the Firewall Rule update request to the service
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The update parameters
Результат IEnumerable