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 DeleteDeploymentStrategy operation. Deletes a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppConfig.AmazonAppConfigRequest
      Amazon.AppConfig.Model.DeleteDeploymentStrategyRequest

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

Syntax

C#
public class DeleteDeploymentStrategyRequest : AmazonAppConfigRequest
         IAmazonWebServiceRequest

The DeleteDeploymentStrategyRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DeploymentStrategyId System.String

Gets and sets the property DeploymentStrategyId.

The ID of the deployment strategy you want to delete.

Examples

The following delete-deployment-strategy example deletes the specified deployment strategy.

To delete a deployment strategy


var client = new AmazonAppConfigClient();
var response = client.DeleteDeploymentStrategy(new DeleteDeploymentStrategyRequest 
{
    DeploymentStrategyId = "1225qzk"
});


            

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