C# Класс Microsoft.Azure.Commands.Insights.InsightsCmdletBase

Base class for the Azure Insights SDK Cmdlets
Наследование: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Показать файл Открыть проект

Открытые методы

Метод Описание
ExecuteCmdlet ( ) : void

Execute the cmdlet

Защищенные методы

Метод Описание
ProcessRecordInternal ( ) : void

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

Описание методов

ExecuteCmdlet() публичный Метод

Execute the cmdlet
public ExecuteCmdlet ( ) : void
Результат void

ProcessRecordInternal() защищенный абстрактный Метод

Executes the Cmdlet. This is a callback function to simplify the exception handling
protected abstract ProcessRecordInternal ( ) : void
Результат void