C# Class Microsoft.Azure.Commands.Insights.UsageMetrics.GetAzureRmUsageCommand

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

Méthodes publiques

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

Private Properties

Свойство Type Description
ExtractCollectionFromResult IEnumerable

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

Private Methods

Méthode Description
ExtractCollectionFromResult ( IEnumerator enumerator ) : IEnumerable

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

DefaultApiVersion public_oe static_oe property

Default API version string for the underlying RP. The Insights backend gets the data from the RPs, and the RPs don not necessarily use the same API version.
public static string DefaultApiVersion
Résultat string

DefaultTimeRange public_oe static_oe property

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