AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DisableAwsNetworkPerformanceMetricSubscription operation. Disables Infrastructure Performance metric subscriptions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.DisableAwsNetworkPerformanceMetricSubscriptionRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class DisableAwsNetworkPerformanceMetricSubscriptionRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The DisableAwsNetworkPerformanceMetricSubscriptionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Destination System.String

Gets and sets the property Destination.

The target Region or Availability Zone that the metric subscription is disabled for. For example, eu-north-1.

Public Property Metric Amazon.EC2.MetricType

Gets and sets the property Metric.

The metric used for the disabled subscription.

Public Property Source System.String

Gets and sets the property Source.

The source Region or Availability Zone that the metric subscription is disabled for. For example, us-east-1.

Public Property Statistic Amazon.EC2.StatisticType

Gets and sets the property Statistic.

The statistic used for the disabled subscription.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5