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

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

Public Properties

Property Type Description
DefaultTimeRange System.TimeSpan

Private Properties

Property Type Description

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

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

DefaultTimeRange public_oe static_oe property

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