Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void |
Method | Description | |
---|---|---|
BeginProcessing ( ) : void | ||
EndProcessing ( ) : void | ||
RunCmdlet ( ) : void |
Actual cmdlet logic goes here in child classes
|
|
StopProcessing ( ) : void |
Method | Description | |
---|---|---|
CreateErrorRecordForCloudException ( Microsoft.Rest.Azure.CloudException cloudException ) : |
Converts CloudException objects into ErrorRecord
|
|
DisposeOfCancellationSource ( ) : void | ||
HandleException ( |
Provides specialized exception handling.
|
|
IsFatalException ( |
Test if an exception is a fatal exception.
|
|
WriteVersionInfoToDebugChannel ( ) : void |