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 UpdateLicenseSpecificationsForResource operation. Adds or removes the specified license configurations for the specified Amazon Web Services resource.

You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and CloudFormation templates, as they send license configurations to the operation that creates the resource.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LicenseManager.AmazonLicenseManagerRequest
      Amazon.LicenseManager.Model.UpdateLicenseSpecificationsForResourceRequest

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

Syntax

C#
public class UpdateLicenseSpecificationsForResourceRequest : AmazonLicenseManagerRequest
         IAmazonWebServiceRequest

The UpdateLicenseSpecificationsForResourceRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AddLicenseSpecifications System.Collections.Generic.List<Amazon.LicenseManager.Model.LicenseSpecification>

Gets and sets the property AddLicenseSpecifications.

ARNs of the license configurations to add.

Public Property RemoveLicenseSpecifications System.Collections.Generic.List<Amazon.LicenseManager.Model.LicenseSpecification>

Gets and sets the property RemoveLicenseSpecifications.

ARNs of the license configurations to remove.

Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

Amazon Resource Name (ARN) of the Amazon Web Services resource.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5