A complex type that contains information about the resource record sets that are returned by the request and information about the response.

C# |
public class ListResourceRecordSetsResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListResourceRecordSetsResult()()()() | Initializes a new instance of the ListResourceRecordSetsResult class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsTruncated |
A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up
request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element. Valid Values: true |
false |
![]() | MaxItems |
The maximum number of records you requested. The maximum value of MaxItems is 100.
|
![]() | NextRecordIdentifier | Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for
the next resource record set that has the current DNS name and type.
Constraints: |
![]() | NextRecordName |
If the results were truncated, the name of the next record in the list. This element is present only if
ListResourceRecordSetsResponse$IsTruncated is true.
Constraints: |
![]() | NextRecordType |
If the results were truncated, the type of the next record in the list. This element is present only if
ListResourceRecordSetsResponse$IsTruncated is true.
Constraints: |
![]() | ResourceRecordSets |
A complex type that contains information about the resource record sets that are returned by the request.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithIsTruncated(Boolean) | Obsolete.
Sets the IsTruncated property
|
![]() | WithMaxItems(String) | Obsolete.
Sets the MaxItems property
|
![]() | WithNextRecordIdentifier(String) | Obsolete.
Sets the NextRecordIdentifier property
|
![]() | WithNextRecordName(String) | Obsolete.
Sets the NextRecordName property
|
![]() | WithNextRecordType(String) | Obsolete.
Sets the NextRecordType property
|
![]() | WithResourceRecordSets(array<ResourceRecordSet>[]()[][]) | Obsolete.
Adds elements to the ResourceRecordSets collection
|
![]() | WithResourceRecordSets(IEnumerable<(Of <<'(ResourceRecordSet>)>>)) | Obsolete.
Adds elements to the ResourceRecordSets collection
|

Object | |
![]() | ListResourceRecordSetsResult |