C# Класс Microsoft.Azure.Commands.Insights.Metrics.GetAzureRmMetricCommand

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

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

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

Private Properties

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

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

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

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

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

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

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

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