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

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

Private Properties

프로퍼티 타입 설명
CreateRecurrentSchedule Microsoft.Azure.Management.Insights.Models.RecurrentSchedule

공개 메소드들

메소드 설명
CreateAutoscaleRecurrence ( ) : Microsoft.Azure.Management.Insights.Models.Recurrence

Create a Recurrence based on the properties of this object

CreateSettingProfile ( ) : Microsoft.Azure.Management.Insights.Models.AutoscaleProfile

Create an autoscale profile based on the properties of the object

ExecuteCmdlet ( ) : void

Execute the cmdlet

비공개 메소드들

메소드 설명
CreateRecurrentSchedule ( ) : Microsoft.Azure.Management.Insights.Models.RecurrentSchedule

메소드 상세

CreateAutoscaleRecurrence() 공개 메소드

Create a Recurrence based on the properties of this object
public CreateAutoscaleRecurrence ( ) : Microsoft.Azure.Management.Insights.Models.Recurrence
리턴 Microsoft.Azure.Management.Insights.Models.Recurrence

CreateSettingProfile() 공개 메소드

Create an autoscale profile based on the properties of the object
public CreateSettingProfile ( ) : Microsoft.Azure.Management.Insights.Models.AutoscaleProfile
리턴 Microsoft.Azure.Management.Insights.Models.AutoscaleProfile

ExecuteCmdlet() 공개 메소드

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