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 ListOperations operation. Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.

This command runs only in the us-east-1 Region.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListOperationsRequest : AmazonRoute53DomainsRequest
         IAmazonWebServiceRequest

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.

Public Property MaxItems System.Int32

Gets and sets the property MaxItems.

Number of domains to be returned.

Default: 20

Public Property SortBy Amazon.Route53Domains.ListOperationsSortAttributeName

Gets and sets the property SortBy.

The sort type for returned values.

Public Property SortOrder Amazon.Route53Domains.SortOrder

Gets and sets the property SortOrder.

The sort order for returned values, either ascending or descending.

Public Property Status System.Collections.Generic.List<System.String>

Gets and sets the property Status.

The status of the operations.

Public Property SubmittedSince System.DateTime

Gets and sets the property SubmittedSince.

An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Public Property Type System.Collections.Generic.List<System.String>

Gets and sets the property Type.

An arrays of the domains operation types.

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