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

Inheritance: InsightsClientCmdletBase
Show file Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
ProcessParameters ( ) : string

Process the general parameters (i.e. defined in this class) and the particular parameters (i.e. the parameters added by the descendants of this class).

ProcessRecordInternal ( ) : void

Execute the cmdlet

Method Details

ProcessParameters() protected method

Process the general parameters (i.e. defined in this class) and the particular parameters (i.e. the parameters added by the descendants of this class).
protected ProcessParameters ( ) : string
return string

ProcessRecordInternal() protected method

Execute the cmdlet
protected ProcessRecordInternal ( ) : void
return void