C# Class Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmAlertRuleCommandBase

Add an Alert rule command base
Inheritance: ManagementCmdletBase
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
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

Method Details

CreateSdkCallParameters() protected abstract method

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

ProcessRecordInternal() protected method

Execute the cmdlet
protected ProcessRecordInternal ( ) : void
return void