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.

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.DeploymentStyle

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

Syntax

C#
public class DeploymentStyle

The DeploymentStyle type exposes the following members

Constructors

NameDescription
Public Method DeploymentStyle()

Properties

NameTypeDescription
Public Property DeploymentOption Amazon.CodeDeploy.DeploymentOption

Gets and sets the property DeploymentOption.

Indicates whether to route deployment traffic behind a load balancer.

Public Property DeploymentType Amazon.CodeDeploy.DeploymentType

Gets and sets the property DeploymentType.

Indicates whether to run an in-place deployment or a blue/green deployment.

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