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

Inheritance: AzureSqlServerFirewallRuleCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Entry point for the cmdlet

Protected Methods

Method 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 method

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

ExecuteCmdlet() public method

Entry point for the cmdlet
public ExecuteCmdlet ( ) : void
return void

GetEntity() protected method

Gets the entity to delete
protected GetEntity ( ) : IEnumerable
return IEnumerable

PersistChanges() protected method

Deletes the server.
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The server being deleted
return IEnumerable