C# 클래스 Microsoft.Azure.Commands.Insights.Metrics.GetAzureRmMetricCommand

상속: InsightsClientCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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