Property | Type | Description |
---|
Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void |
Entry point for the cmdlet
|
Method | Description | |
---|---|---|
ApplyUserInputToModel ( IEnumerable |
Apply user input. Here nothing to apply
|
|
GetEntity ( ) : IEnumerable |
Gets the entity to delete
|
|
PersistChanges ( IEnumerable |
Deletes the server.
|
protected ApplyUserInputToModel ( IEnumerable |
||
model | IEnumerable |
The result of GetEntity |
return | IEnumerable |
protected PersistChanges ( IEnumerable |
||
entity | IEnumerable |
The server being deleted |
return | IEnumerable |