C# Class NCloudWatch.ManagementService

Inheritance: IManagementService
Afficher le fichier Open project: sklose/NCloudWatch

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddMetric ( Metric metric ) : void

Adds the specified metric.

GetMetrics ( ) : MetricList

Retrieves a list of all metrics.

ManagementService ( CloudWatchService service ) : System.ServiceModel

Initializes a new instance of the ManagementService class.

RemoveMetric ( string metricName ) : void

Removes the metric with the specified metricName.

SetAwsCredentials ( string accessKeyId, string secretAccessKey ) : void

Sets the Amazon Web Services credentials.

Method Details

AddMetric() public méthode

Adds the specified metric.
public AddMetric ( Metric metric ) : void
metric Metric The metric.
Résultat void

GetMetrics() public méthode

Retrieves a list of all metrics.
public GetMetrics ( ) : MetricList
Résultat MetricList

ManagementService() public méthode

Initializes a new instance of the ManagementService class.
public ManagementService ( CloudWatchService service ) : System.ServiceModel
service CloudWatchService The service.
Résultat System.ServiceModel

RemoveMetric() public méthode

Removes the metric with the specified metricName.
public RemoveMetric ( string metricName ) : void
metricName string Name of the metric.
Résultat void

SetAwsCredentials() public méthode

Sets the Amazon Web Services credentials.
public SetAwsCredentials ( string accessKeyId, string secretAccessKey ) : void
accessKeyId string The access key id.
secretAccessKey string The secret access key.
Résultat void