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 UpdateApplication operation. Updates the specified application.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppStream.AmazonAppStreamRequest
      Amazon.AppStream.Model.UpdateApplicationRequest

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

Syntax

C#
public class UpdateApplicationRequest : AmazonAppStreamRequest
         IAmazonWebServiceRequest

The UpdateApplicationRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateApplicationRequest()

Properties

NameTypeDescription
Public Property AppBlockArn System.String

Gets and sets the property AppBlockArn.

The ARN of the app block.

Public Property AttributesToDelete System.Collections.Generic.List<System.String>

Gets and sets the property AttributesToDelete.

The attributes to delete for an application.

Public Property Description System.String

Gets and sets the property Description.

The description of the application.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The display name of the application. This name is visible to users in the application catalog.

Public Property IconS3Location Amazon.AppStream.Model.S3Location

Gets and sets the property IconS3Location.

The icon S3 location of the application.

Public Property LaunchParameters System.String

Gets and sets the property LaunchParameters.

The launch parameters of the application.

Public Property LaunchPath System.String

Gets and sets the property LaunchPath.

The launch path of the application.

Public Property Name System.String

Gets and sets the property Name.

The name of the application. This name is visible to users when display name is not specified.

Public Property WorkingDirectory System.String

Gets and sets the property WorkingDirectory.

The working directory of the application.

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