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

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

Private Properties

Property Type Description
CreateRecurrentSchedule Microsoft.Azure.Management.Insights.Models.RecurrentSchedule

Public Methods

Method Description
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

Private Methods

Method Description
CreateRecurrentSchedule ( ) : Microsoft.Azure.Management.Insights.Models.RecurrentSchedule

Method Details

CreateAutoscaleRecurrence() public method

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

CreateSettingProfile() public method

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

ExecuteCmdlet() public method

Execute the cmdlet
public ExecuteCmdlet ( ) : void
return void