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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Entry point for the cmdlet

Méthodes protégées

Méthode Description
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

Apply user input. Here nothing to apply

GetEntity ( ) : IEnumerable

Gets the entity to delete

PersistChanges ( IEnumerable entity ) : IEnumerable

Deletes the server.

Method Details

ApplyUserInputToModel() protected méthode

Apply user input. Here nothing to apply
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable The result of GetEntity
Résultat IEnumerable

ExecuteCmdlet() public méthode

Entry point for the cmdlet
public ExecuteCmdlet ( ) : void
Résultat void

GetEntity() protected méthode

Gets the entity to delete
protected GetEntity ( ) : IEnumerable
Résultat IEnumerable

PersistChanges() protected méthode

Deletes the server.
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The server being deleted
Résultat IEnumerable