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 an existing application with new attributes.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppRegistry.AmazonAppRegistryRequest
      Amazon.AppRegistry.Model.UpdateApplicationRequest

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

Syntax

C#
public class UpdateApplicationRequest : AmazonAppRegistryRequest
         IAmazonWebServiceRequest

The UpdateApplicationRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateApplicationRequest()

Properties

NameTypeDescription
Public Property Application System.String

Gets and sets the property Application.

The name, ID, or ARN of the application that will be updated.

Public Property Description System.String

Gets and sets the property Description.

The new description of the application.

Public Property Name System.String

Gets and sets the property Name.

Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.

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