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.

Describes an image.

Inheritance Hierarchy

System.Object
  Amazon.AppStream.Model.Image

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

Syntax

C#
public class Image

The Image type exposes the following members

Constructors

NameDescription
Public Method Image()

Properties

NameTypeDescription
Public Property Applications System.Collections.Generic.List<Amazon.AppStream.Model.Application>

Gets and sets the property Applications.

The applications associated with the image.

Public Property AppstreamAgentVersion System.String

Gets and sets the property AppstreamAgentVersion.

The version of the AppStream 2.0 agent to use for instances that are launched from this image.

Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the image.

Public Property BaseImageArn System.String

Gets and sets the property BaseImageArn.

The ARN of the image from which this image was created.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The time the image was created.

Public Property Description System.String

Gets and sets the property Description.

The description to display.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The image name to display.

Public Property ImageBuilderName System.String

Gets and sets the property ImageBuilderName.

The name of the image builder that was used to create the private image. If the image is shared, this value is null.

Public Property ImageBuilderSupported System.Boolean

Gets and sets the property ImageBuilderSupported.

Indicates whether an image builder can be launched from this image.

Public Property ImageErrors System.Collections.Generic.List<Amazon.AppStream.Model.ResourceError>

Gets and sets the property ImageErrors.

Describes the errors that are returned when a new image can't be created.

Public Property ImagePermissions Amazon.AppStream.Model.ImagePermissions

Gets and sets the property ImagePermissions.

The permissions to provide to the destination AWS account for the specified image.

Public Property Name System.String

Gets and sets the property Name.

The name of the image.

Public Property Platform Amazon.AppStream.PlatformType

Gets and sets the property Platform.

The operating system platform of the image.

Public Property PublicBaseImageReleasedDate System.DateTime

Gets and sets the property PublicBaseImageReleasedDate.

The release date of the public base image. For private images, this date is the release date of the base image from which the image was created.

Public Property State Amazon.AppStream.ImageState

Gets and sets the property State.

The image starts in the PENDING state. If image creation succeeds, the state is AVAILABLE. If image creation fails, the state is FAILED.

Public Property StateChangeReason Amazon.AppStream.Model.ImageStateChangeReason

Gets and sets the property StateChangeReason.

The reason why the last state change occurred.

Public Property Visibility Amazon.AppStream.VisibilityType

Gets and sets the property Visibility.

Indicates whether the image is public or private.

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