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

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

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Execute the cmdlet

Méthodes protégées

Méthode Description
ProcessRecordInternal ( ) : void

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

Method Details

ExecuteCmdlet() public méthode

Execute the cmdlet
public ExecuteCmdlet ( ) : void
Résultat void

ProcessRecordInternal() protected abstract méthode

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