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

Add an Alert rule command base
Inheritance: ManagementCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

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

ProcessRecordInternal() protected méthode

Execute the cmdlet
protected ProcessRecordInternal ( ) : void
Résultat void