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.

Usage allocations allow you to split usage into buckets by tags.

Each UsageAllocation indicates the usage quantity for a specific set of tags.

Inheritance Hierarchy

System.Object
  Amazon.AWSMarketplaceMetering.Model.UsageAllocation

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

Syntax

C#
public class UsageAllocation

The UsageAllocation type exposes the following members

Constructors

NameDescription
Public Method UsageAllocation()

Properties

NameTypeDescription
Public Property AllocatedUsageQuantity System.Int32

Gets and sets the property AllocatedUsageQuantity.

The total quantity allocated to this bucket of usage.

Public Property Tags System.Collections.Generic.List<Amazon.AWSMarketplaceMetering.Model.Tag>

Gets and sets the property Tags.

The set of tags that define the bucket of usage. For the bucket of items with no tags, this parameter can be left out.

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