C# Class Microsoft.Azure.Commands.Insights.Autoscale.NewAzureRmAutoscaleRuleCommand

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Show file Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateSettingRule ( ) : Microsoft.Azure.Management.Insights.Models.ScaleRule

Create an Autoscale setting rule based on the properties of the object

ExecuteCmdlet ( ) : void

Execute the cmdlet

Method Details

CreateSettingRule() public method

Create an Autoscale setting rule based on the properties of the object
public CreateSettingRule ( ) : Microsoft.Azure.Management.Insights.Models.ScaleRule
return Microsoft.Azure.Management.Insights.Models.ScaleRule

ExecuteCmdlet() public method

Execute the cmdlet
public ExecuteCmdlet ( ) : void
return void