C# Class Microsoft.Azure.Commands.Insights.Metrics.GetAzureRmMetricCommand

Inheritance: InsightsClientCmdletBase
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultTimeRange System.TimeSpan

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ProcessParameters ( ) : string

Process the general parameters (i.e. defined in this class). The particular parameters are a responsibility of the descendants after adding a method to process more parameters.

ProcessRecordInternal ( ) : void

Execute the cmdlet

Method Details

ProcessParameters() protected méthode

Process the general parameters (i.e. defined in this class). The particular parameters are a responsibility of the descendants after adding a method to process more parameters.
protected ProcessParameters ( ) : string
Résultat string

ProcessRecordInternal() protected méthode

Execute the cmdlet
protected ProcessRecordInternal ( ) : void
Résultat void

Property Details

DefaultTimeRange public_oe static_oe property

Default value of the timerange to search for metrics
public static TimeSpan,System DefaultTimeRange
Résultat System.TimeSpan