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 DisassociateApplicationFromEntitlement operation. Deletes the specified application from the specified entitlement.

Inheritance Hierarchy

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

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

Syntax

C#
public class DisassociateApplicationFromEntitlementRequest : AmazonAppStreamRequest
         IAmazonWebServiceRequest

The DisassociateApplicationFromEntitlementRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationIdentifier System.String

Gets and sets the property ApplicationIdentifier.

The identifier of the application to remove from the entitlement.

Public Property EntitlementName System.String

Gets and sets the property EntitlementName.

The name of the entitlement.

Public Property StackName System.String

Gets and sets the property StackName.

The name of the stack with which the entitlement is associated.

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