C# Class Microsoft.Azure.Commands.Insights.InsightsCmdletBase

Base class for the Azure Insights SDK Cmdlets
Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Execute the cmdlet

Protected Methods

Method Description
ProcessRecordInternal ( ) : void

Executes the Cmdlet. This is a callback function to simplify the exception handling

Method Details

ExecuteCmdlet() public method

Execute the cmdlet
public ExecuteCmdlet ( ) : void
return void

ProcessRecordInternal() protected abstract method

Executes the Cmdlet. This is a callback function to simplify the exception handling
protected abstract ProcessRecordInternal ( ) : void
return void