C# 클래스 NCloudWatch.ManagementService

상속: IManagementService
파일 보기 프로젝트 열기: sklose/NCloudWatch

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

AddMetric() 공개 메소드

Adds the specified metric.
public AddMetric ( Metric metric ) : void
metric Metric The metric.
리턴 void

GetMetrics() 공개 메소드

Retrieves a list of all metrics.
public GetMetrics ( ) : MetricList
리턴 MetricList

ManagementService() 공개 메소드

Initializes a new instance of the ManagementService class.
public ManagementService ( CloudWatchService service ) : System.ServiceModel
service CloudWatchService The service.
리턴 System.ServiceModel

RemoveMetric() 공개 메소드

Removes the metric with the specified metricName.
public RemoveMetric ( string metricName ) : void
metricName string Name of the metric.
리턴 void

SetAwsCredentials() 공개 메소드

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.
리턴 void