Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddMetric ( |
Adds the specified metric.
|
|
GetMetrics ( ) : MetricList |
Retrieves a list of all metrics.
|
|
ManagementService ( |
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.
|
public AddMetric ( |
||
metric | The metric. | |
return | void |
public ManagementService ( |
||
service | The service. | |
return | System.ServiceModel |
public RemoveMetric ( string metricName ) : void | ||
metricName | string | Name of the metric. |
return | void |
public SetAwsCredentials ( string accessKeyId, string secretAccessKey ) : void | ||
accessKeyId | string | The access key id. |
secretAccessKey | string | The secret access key. |
return | void |