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.

API stage name of the associated API stage in a usage plan.

Inheritance Hierarchy

System.Object
  Amazon.APIGateway.Model.ApiStage

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

Syntax

C#
public class ApiStage

The ApiStage type exposes the following members

Constructors

NameDescription
Public Method ApiStage()

Properties

NameTypeDescription
Public Property ApiId System.String

Gets and sets the property ApiId.

API Id of the associated API stage in a usage plan.

Public Property Stage System.String

Gets and sets the property Stage.

API stage name of the associated API stage in a usage plan.

Public Property Throttle System.Collections.Generic.Dictionary<System.String, Amazon.APIGateway.Model.ThrottleSettings>

Gets and sets the property Throttle.

Map containing method level throttling information for API stage in a usage plan.

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