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

Inheritance: InsightsClientCmdletBase
Exibir arquivo Open project: Azure/azure-powershell Class Usage Examples

Public Properties

Property Type Description
DefaultApiVersion string
DefaultTimeRange System.TimeSpan

Private Properties

Property Type Description
ExtractCollectionFromResult IEnumerable

Protected Methods

Method 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

Method Description
ExtractCollectionFromResult ( IEnumerator enumerator ) : IEnumerable

Method Details

ProcessParameters() protected method

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
return string

ProcessRecordInternal() protected method

Execute the cmdlet
protected ProcessRecordInternal ( ) : void
return 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
return string

DefaultTimeRange public_oe static_oe property

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