프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 ManagementService ( |
||
service | The service. | |
리턴 | System.ServiceModel |
public RemoveMetric ( string metricName ) : void | ||
metricName | string | Name of the metric. |
리턴 | void |
public SetAwsCredentials ( string accessKeyId, string secretAccessKey ) : void | ||
accessKeyId | string | The access key id. |
secretAccessKey | string | The secret access key. |
리턴 | void |