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

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

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

ExecuteCmdlet() public méthode

Execute the cmdlet
public ExecuteCmdlet ( ) : void
Résultat void