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

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

Private Properties

Свойство Type Description
CreateRecurrentSchedule Microsoft.Azure.Management.Insights.Models.RecurrentSchedule

Méthodes publiques

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

Méthode Description
CreateRecurrentSchedule ( ) : Microsoft.Azure.Management.Insights.Models.RecurrentSchedule

Method Details

CreateAutoscaleRecurrence() public méthode

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

CreateSettingProfile() public méthode

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

ExecuteCmdlet() public méthode

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