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 DeleteEnvironment operation. Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Cloud9.AmazonCloud9Request
      Amazon.Cloud9.Model.DeleteEnvironmentRequest

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

Syntax

C#
public class DeleteEnvironmentRequest : AmazonCloud9Request
         IAmazonWebServiceRequest

The DeleteEnvironmentRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteEnvironmentRequest()

Properties

NameTypeDescription
Public Property EnvironmentId System.String

Gets and sets the property EnvironmentId.

The ID of the environment to delete.

Examples

DeleteEnvironment


var client = new AmazonCloud9Client();
var response = client.DeleteEnvironment(new DeleteEnvironmentRequest 
{
    EnvironmentId = "8d9967e2f0624182b74e7690ad69ebEX"
});


            

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