C# Class Microsoft.Azure.Commands.Sql.FirewallRule.Cmdlet.NewAzureSqlServerFirewallRule

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

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

Generates the model from user input.

GetEntity ( ) : IEnumerable

Check to see if the FirewallRule already exists for this server

PersistChanges ( IEnumerable entity ) : IEnumerable

Sends the changes to the service -> Creates the Firewall Rule

Method Details

ApplyUserInputToModel() protected méthode

Generates the model from user input.
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable This is null since the FirewallRule doesn't exist yet
Résultat IEnumerable

GetEntity() protected méthode

Check to see if the FirewallRule already exists for this server
protected GetEntity ( ) : IEnumerable
Résultat IEnumerable

PersistChanges() protected méthode

Sends the changes to the service -> Creates the Firewall Rule
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The FirewallRule to create
Résultat IEnumerable