C# 클래스 Microsoft.Azure.Commands.Insights.Autoscale.NewAzureRmAutoscaleRuleCommand

상속: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateSettingRule ( ) : Microsoft.Azure.Management.Insights.Models.ScaleRule

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

ExecuteCmdlet ( ) : void

Execute the cmdlet

메소드 상세

CreateSettingRule() 공개 메소드

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

ExecuteCmdlet() 공개 메소드

Execute the cmdlet
public ExecuteCmdlet ( ) : void
리턴 void