C# 클래스 Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmAlertRuleCommandBase

Add an Alert rule command base
상속: ManagementCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
CreateSdkCallParameters ( ) : AlertRuleResource

When overriden by a descendant class this method creates the set of parameters for the call to the sdk

ProcessRecordInternal ( ) : void

Execute the cmdlet

메소드 상세

CreateSdkCallParameters() 보호된 추상적인 메소드

When overriden by a descendant class this method creates the set of parameters for the call to the sdk
protected abstract CreateSdkCallParameters ( ) : AlertRuleResource
리턴 AlertRuleResource

ProcessRecordInternal() 보호된 메소드

Execute the cmdlet
protected ProcessRecordInternal ( ) : void
리턴 void