Microsoft.Azure.Commands.Insights.Autoscale.NewAzureRmAutoscaleRuleCommand.ExecuteCmdlet C# (CSharp) Method

ExecuteCmdlet() public method

Execute the cmdlet
public ExecuteCmdlet ( ) : void
return void
        public override void ExecuteCmdlet()
        {
            WriteWarning("The parameter ScaleActionType has no effect. It was kept here for backwards compatibility, but it could be removed in the future.");
            ScaleRule rule = this.CreateSettingRule();
            WriteObject(rule);
        }
NewAzureRmAutoscaleRuleCommand