AWS SDK Version 2 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.

.NET Framework 3.5
 
Container for the parameters to the ListOperations operation. This operation returns the operation IDs of operations that are not yet complete.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53Domains.AmazonRoute53DomainsRequest
      Amazon.Route53Domains.Model.ListOperationsRequest

Namespace: Amazon.Route53Domains.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListOperationsRequest : AmazonRoute53DomainsRequest
         IRequestEvents

The ListOperationsRequest type exposes the following members

Constructors

NameDescription
Public Method ListOperationsRequest()

Properties

NameTypeDescription
Public Property Marker System.String Gets and sets the property Marker.

For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Type: String

Default: None

Required: No

Public Property MaxItems System.Int32 Gets and sets the property MaxItems.

Number of domains to be returned.

Type: Integer

Default: 20

Constraints: A value between 1 and 100.

Required: No

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5