C# Класс Microsoft.Azure.Commands.Insights.UsageMetrics.GetAzureRmUsageCommand

Наследование: InsightsClientCmdletBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DefaultApiVersion string
DefaultTimeRange System.TimeSpan

Private Properties

Свойство Тип Описание
ExtractCollectionFromResult IEnumerable

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
ExtractCollectionFromResult ( IEnumerator enumerator ) : IEnumerable

Описание методов

ProcessParameters() защищенный Метод

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
Результат string

ProcessRecordInternal() защищенный Метод

Execute the cmdlet
protected ProcessRecordInternal ( ) : void
Результат void

Описание свойств

DefaultApiVersion публичное статическое свойство

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
Результат string

DefaultTimeRange публичное статическое свойство

Default value of the timerange to search for usage metrics
public static TimeSpan,System DefaultTimeRange
Результат System.TimeSpan