Microsoft.Azure.Commands.Insights.Alerts.AddAzureRmMetricAlertRuleCommand.CreateRuleCondition C# (CSharp) Method

CreateRuleCondition() private method

private CreateRuleCondition ( ) : Microsoft.Azure.Management.Insights.Models.RuleCondition
return Microsoft.Azure.Management.Insights.Models.RuleCondition
        private RuleCondition CreateRuleCondition()
        {
            WriteVerboseWithTimestamp(String.Format("CreateRuleCondition: Creating threshold rule condition (metric-based rule"));
            return this.CreateThresholdRuleCondition();
        }