C# 클래스 Microsoft.Azure.Commands.Insights.InsightsCmdletBase

Base class for the Azure Insights SDK Cmdlets
상속: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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