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.

Reports progress on replacing instances in an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.InstanceRefreshProgressDetails

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

Syntax

C#
public class InstanceRefreshProgressDetails

The InstanceRefreshProgressDetails type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LivePoolProgress Amazon.AutoScaling.Model.InstanceRefreshLivePoolProgress

Gets and sets the property LivePoolProgress.

Reports progress on replacing instances that are in the Auto Scaling group.

Public Property WarmPoolProgress Amazon.AutoScaling.Model.InstanceRefreshWarmPoolProgress

Gets and sets the property WarmPoolProgress.

Reports progress on replacing instances that are in the warm pool.

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