Show / Hide Table of Contents

Class OperationsInsightsPaginators

Collection of helper methods that can be used to provide an enumerator interface to any list operations of OperationsInsights where multiple pages of data may be fetched. Two styles of enumerators are supported:

  • Enumerating over the Response objects returned by the list operation. These are referred to as ResponseEnumerators, and the methods are suffixed with ResponseEnumerator. For example: listUsersResponseEnumerator.
  • Enumerating over the resources/records being listed. These are referred to as RecordEnumerators, and the methods are suffixed with RecordEnumerator. For example: listUsersRecordEnumerator.
These enumerators abstract away the need to write code to manually handle pagination via looping and using the page tokens. They will automatically fetch more data from the service when required.

As an example, if we were using the ListUsers operation in IdentityService, then the iterator returned by calling a ResponseEnumerator method would iterate over the ListUsersResponse objects returned by each ListUsers call, whereas the enumerables returned by calling a RecordEnumerator method would iterate over the User records and we don't have to deal with ListUsersResponse objects at all. In either case, pagination will be automatically handled so we can iterate until there are no more responses or no more resources/records available.
Inheritance
object
OperationsInsightsPaginators
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class OperationsInsightsPaginators

Constructors

OperationsInsightsPaginators(OperationsInsightsClient)

Declaration
public OperationsInsightsPaginators(OperationsInsightsClient client)
Parameters
Type Name Description
OperationsInsightsClient client

Methods

ListAddmDbFindingCategoriesRecordEnumerator(ListAddmDbFindingCategoriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AddmDbFindingCategorySummary objects contained in responses from the ListAddmDbFindingCategories operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AddmDbFindingCategorySummary> ListAddmDbFindingCategoriesRecordEnumerator(ListAddmDbFindingCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbFindingCategoriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AddmDbFindingCategorySummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbFindingCategoriesResponseEnumerator(ListAddmDbFindingCategoriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAddmDbFindingCategories operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAddmDbFindingCategoriesResponse> ListAddmDbFindingCategoriesResponseEnumerator(ListAddmDbFindingCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbFindingCategoriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAddmDbFindingCategoriesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbFindingsTimeSeriesRecordEnumerator(ListAddmDbFindingsTimeSeriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AddmDbFindingsTimeSeriesSummary objects contained in responses from the ListAddmDbFindingsTimeSeries operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AddmDbFindingsTimeSeriesSummary> ListAddmDbFindingsTimeSeriesRecordEnumerator(ListAddmDbFindingsTimeSeriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbFindingsTimeSeriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AddmDbFindingsTimeSeriesSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbFindingsTimeSeriesResponseEnumerator(ListAddmDbFindingsTimeSeriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAddmDbFindingsTimeSeries operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAddmDbFindingsTimeSeriesResponse> ListAddmDbFindingsTimeSeriesResponseEnumerator(ListAddmDbFindingsTimeSeriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbFindingsTimeSeriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAddmDbFindingsTimeSeriesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbParameterCategoriesRecordEnumerator(ListAddmDbParameterCategoriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AddmDbParameterCategorySummary objects contained in responses from the ListAddmDbParameterCategories operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AddmDbParameterCategorySummary> ListAddmDbParameterCategoriesRecordEnumerator(ListAddmDbParameterCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbParameterCategoriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AddmDbParameterCategorySummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbParameterCategoriesResponseEnumerator(ListAddmDbParameterCategoriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAddmDbParameterCategories operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAddmDbParameterCategoriesResponse> ListAddmDbParameterCategoriesResponseEnumerator(ListAddmDbParameterCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbParameterCategoriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAddmDbParameterCategoriesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbRecommendationCategoriesRecordEnumerator(ListAddmDbRecommendationCategoriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AddmDbRecommendationCategorySummary objects contained in responses from the ListAddmDbRecommendationCategories operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AddmDbRecommendationCategorySummary> ListAddmDbRecommendationCategoriesRecordEnumerator(ListAddmDbRecommendationCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbRecommendationCategoriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AddmDbRecommendationCategorySummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbRecommendationCategoriesResponseEnumerator(ListAddmDbRecommendationCategoriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAddmDbRecommendationCategories operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAddmDbRecommendationCategoriesResponse> ListAddmDbRecommendationCategoriesResponseEnumerator(ListAddmDbRecommendationCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbRecommendationCategoriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAddmDbRecommendationCategoriesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbRecommendationsTimeSeriesRecordEnumerator(ListAddmDbRecommendationsTimeSeriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AddmDbRecommendationsTimeSeriesSummary objects contained in responses from the ListAddmDbRecommendationsTimeSeries operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AddmDbRecommendationsTimeSeriesSummary> ListAddmDbRecommendationsTimeSeriesRecordEnumerator(ListAddmDbRecommendationsTimeSeriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbRecommendationsTimeSeriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AddmDbRecommendationsTimeSeriesSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbRecommendationsTimeSeriesResponseEnumerator(ListAddmDbRecommendationsTimeSeriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAddmDbRecommendationsTimeSeries operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAddmDbRecommendationsTimeSeriesResponse> ListAddmDbRecommendationsTimeSeriesResponseEnumerator(ListAddmDbRecommendationsTimeSeriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbRecommendationsTimeSeriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAddmDbRecommendationsTimeSeriesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbsRecordEnumerator(ListAddmDbsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AddmDbSummary objects contained in responses from the ListAddmDbs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AddmDbSummary> ListAddmDbsRecordEnumerator(ListAddmDbsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AddmDbSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAddmDbsResponseEnumerator(ListAddmDbsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAddmDbs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAddmDbsResponse> ListAddmDbsResponseEnumerator(ListAddmDbsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAddmDbsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAddmDbsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAwrHubSourcesRecordEnumerator(ListAwrHubSourcesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AwrHubSourceSummary objects contained in responses from the ListAwrHubSources operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AwrHubSourceSummary> ListAwrHubSourcesRecordEnumerator(ListAwrHubSourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAwrHubSourcesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AwrHubSourceSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAwrHubSourcesResponseEnumerator(ListAwrHubSourcesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAwrHubSources operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAwrHubSourcesResponse> ListAwrHubSourcesResponseEnumerator(ListAwrHubSourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAwrHubSourcesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAwrHubSourcesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAwrHubsRecordEnumerator(ListAwrHubsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AwrHubSummary objects contained in responses from the ListAwrHubs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AwrHubSummary> ListAwrHubsRecordEnumerator(ListAwrHubsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAwrHubsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AwrHubSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAwrHubsResponseEnumerator(ListAwrHubsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAwrHubs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAwrHubsResponse> ListAwrHubsResponseEnumerator(ListAwrHubsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAwrHubsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAwrHubsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAwrSnapshotsRecordEnumerator(ListAwrSnapshotsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AwrSnapshotSummary objects contained in responses from the ListAwrSnapshots operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AwrSnapshotSummary> ListAwrSnapshotsRecordEnumerator(ListAwrSnapshotsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAwrSnapshotsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AwrSnapshotSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAwrSnapshotsResponseEnumerator(ListAwrSnapshotsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAwrSnapshots operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAwrSnapshotsResponse> ListAwrSnapshotsResponseEnumerator(ListAwrSnapshotsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAwrSnapshotsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAwrSnapshotsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListDatabaseConfigurationsRecordEnumerator(ListDatabaseConfigurationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the DatabaseConfigurationSummary objects contained in responses from the ListDatabaseConfigurations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<DatabaseConfigurationSummary> ListDatabaseConfigurationsRecordEnumerator(ListDatabaseConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDatabaseConfigurationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<DatabaseConfigurationSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListDatabaseConfigurationsResponseEnumerator(ListDatabaseConfigurationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListDatabaseConfigurations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListDatabaseConfigurationsResponse> ListDatabaseConfigurationsResponseEnumerator(ListDatabaseConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDatabaseConfigurationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListDatabaseConfigurationsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListDatabaseInsightsRecordEnumerator(ListDatabaseInsightsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the DatabaseInsightSummary objects contained in responses from the ListDatabaseInsights operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<DatabaseInsightSummary> ListDatabaseInsightsRecordEnumerator(ListDatabaseInsightsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDatabaseInsightsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<DatabaseInsightSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListDatabaseInsightsResponseEnumerator(ListDatabaseInsightsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListDatabaseInsights operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListDatabaseInsightsResponse> ListDatabaseInsightsResponseEnumerator(ListDatabaseInsightsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDatabaseInsightsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListDatabaseInsightsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListEnterpriseManagerBridgesRecordEnumerator(ListEnterpriseManagerBridgesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the EnterpriseManagerBridgeSummary objects contained in responses from the ListEnterpriseManagerBridges operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<EnterpriseManagerBridgeSummary> ListEnterpriseManagerBridgesRecordEnumerator(ListEnterpriseManagerBridgesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListEnterpriseManagerBridgesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<EnterpriseManagerBridgeSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListEnterpriseManagerBridgesResponseEnumerator(ListEnterpriseManagerBridgesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListEnterpriseManagerBridges operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListEnterpriseManagerBridgesResponse> ListEnterpriseManagerBridgesResponseEnumerator(ListEnterpriseManagerBridgesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListEnterpriseManagerBridgesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListEnterpriseManagerBridgesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListExadataConfigurationsRecordEnumerator(ListExadataConfigurationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ExadataConfigurationSummary objects contained in responses from the ListExadataConfigurations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ExadataConfigurationSummary> ListExadataConfigurationsRecordEnumerator(ListExadataConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListExadataConfigurationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ExadataConfigurationSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListExadataConfigurationsResponseEnumerator(ListExadataConfigurationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListExadataConfigurations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListExadataConfigurationsResponse> ListExadataConfigurationsResponseEnumerator(ListExadataConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListExadataConfigurationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListExadataConfigurationsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListExadataInsightsRecordEnumerator(ListExadataInsightsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ExadataInsightSummary objects contained in responses from the ListExadataInsights operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ExadataInsightSummary> ListExadataInsightsRecordEnumerator(ListExadataInsightsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListExadataInsightsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ExadataInsightSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListExadataInsightsResponseEnumerator(ListExadataInsightsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListExadataInsights operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListExadataInsightsResponse> ListExadataInsightsResponseEnumerator(ListExadataInsightsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListExadataInsightsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListExadataInsightsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListHostConfigurationsRecordEnumerator(ListHostConfigurationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the HostConfigurationSummary objects contained in responses from the ListHostConfigurations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<HostConfigurationSummary> ListHostConfigurationsRecordEnumerator(ListHostConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListHostConfigurationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<HostConfigurationSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListHostConfigurationsResponseEnumerator(ListHostConfigurationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListHostConfigurations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListHostConfigurationsResponse> ListHostConfigurationsResponseEnumerator(ListHostConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListHostConfigurationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListHostConfigurationsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListHostInsightsRecordEnumerator(ListHostInsightsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the HostInsightSummary objects contained in responses from the ListHostInsights operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<HostInsightSummary> ListHostInsightsRecordEnumerator(ListHostInsightsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListHostInsightsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<HostInsightSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListHostInsightsResponseEnumerator(ListHostInsightsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListHostInsights operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListHostInsightsResponse> ListHostInsightsResponseEnumerator(ListHostInsightsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListHostInsightsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListHostInsightsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListHostedEntitiesRecordEnumerator(ListHostedEntitiesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the HostedEntitySummary objects contained in responses from the ListHostedEntities operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<HostedEntitySummary> ListHostedEntitiesRecordEnumerator(ListHostedEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListHostedEntitiesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<HostedEntitySummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListHostedEntitiesResponseEnumerator(ListHostedEntitiesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListHostedEntities operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListHostedEntitiesResponse> ListHostedEntitiesResponseEnumerator(ListHostedEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListHostedEntitiesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListHostedEntitiesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListImportableAgentEntitiesRecordEnumerator(ListImportableAgentEntitiesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ImportableAgentEntitySummary objects contained in responses from the ListImportableAgentEntities operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ImportableAgentEntitySummary> ListImportableAgentEntitiesRecordEnumerator(ListImportableAgentEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListImportableAgentEntitiesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ImportableAgentEntitySummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListImportableAgentEntitiesResponseEnumerator(ListImportableAgentEntitiesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListImportableAgentEntities operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListImportableAgentEntitiesResponse> ListImportableAgentEntitiesResponseEnumerator(ListImportableAgentEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListImportableAgentEntitiesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListImportableAgentEntitiesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListImportableComputeEntitiesRecordEnumerator(ListImportableComputeEntitiesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ImportableComputeEntitySummary objects contained in responses from the ListImportableComputeEntities operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ImportableComputeEntitySummary> ListImportableComputeEntitiesRecordEnumerator(ListImportableComputeEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListImportableComputeEntitiesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ImportableComputeEntitySummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListImportableComputeEntitiesResponseEnumerator(ListImportableComputeEntitiesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListImportableComputeEntities operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListImportableComputeEntitiesResponse> ListImportableComputeEntitiesResponseEnumerator(ListImportableComputeEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListImportableComputeEntitiesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListImportableComputeEntitiesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListImportableEnterpriseManagerEntitiesRecordEnumerator(ListImportableEnterpriseManagerEntitiesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ImportableEnterpriseManagerEntity objects contained in responses from the ListImportableEnterpriseManagerEntities operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ImportableEnterpriseManagerEntity> ListImportableEnterpriseManagerEntitiesRecordEnumerator(ListImportableEnterpriseManagerEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListImportableEnterpriseManagerEntitiesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ImportableEnterpriseManagerEntity>

The enumerator, which supports a simple iteration over a collection of a specified type

ListImportableEnterpriseManagerEntitiesResponseEnumerator(ListImportableEnterpriseManagerEntitiesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListImportableEnterpriseManagerEntities operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListImportableEnterpriseManagerEntitiesResponse> ListImportableEnterpriseManagerEntitiesResponseEnumerator(ListImportableEnterpriseManagerEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListImportableEnterpriseManagerEntitiesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListImportableEnterpriseManagerEntitiesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListNewsReportsRecordEnumerator(ListNewsReportsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the NewsReportSummary objects contained in responses from the ListNewsReports operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<NewsReportSummary> ListNewsReportsRecordEnumerator(ListNewsReportsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListNewsReportsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<NewsReportSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListNewsReportsResponseEnumerator(ListNewsReportsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListNewsReports operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListNewsReportsResponse> ListNewsReportsResponseEnumerator(ListNewsReportsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListNewsReportsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListNewsReportsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOperationsInsightsPrivateEndpointsRecordEnumerator(ListOperationsInsightsPrivateEndpointsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the OperationsInsightsPrivateEndpointSummary objects contained in responses from the ListOperationsInsightsPrivateEndpoints operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<OperationsInsightsPrivateEndpointSummary> ListOperationsInsightsPrivateEndpointsRecordEnumerator(ListOperationsInsightsPrivateEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOperationsInsightsPrivateEndpointsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<OperationsInsightsPrivateEndpointSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOperationsInsightsPrivateEndpointsResponseEnumerator(ListOperationsInsightsPrivateEndpointsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListOperationsInsightsPrivateEndpoints operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListOperationsInsightsPrivateEndpointsResponse> ListOperationsInsightsPrivateEndpointsResponseEnumerator(ListOperationsInsightsPrivateEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOperationsInsightsPrivateEndpointsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListOperationsInsightsPrivateEndpointsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOperationsInsightsWarehouseUsersRecordEnumerator(ListOperationsInsightsWarehouseUsersRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the OperationsInsightsWarehouseUserSummary objects contained in responses from the ListOperationsInsightsWarehouseUsers operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<OperationsInsightsWarehouseUserSummary> ListOperationsInsightsWarehouseUsersRecordEnumerator(ListOperationsInsightsWarehouseUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOperationsInsightsWarehouseUsersRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<OperationsInsightsWarehouseUserSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOperationsInsightsWarehouseUsersResponseEnumerator(ListOperationsInsightsWarehouseUsersRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListOperationsInsightsWarehouseUsers operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListOperationsInsightsWarehouseUsersResponse> ListOperationsInsightsWarehouseUsersResponseEnumerator(ListOperationsInsightsWarehouseUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOperationsInsightsWarehouseUsersRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListOperationsInsightsWarehouseUsersResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOperationsInsightsWarehousesRecordEnumerator(ListOperationsInsightsWarehousesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the OperationsInsightsWarehouseSummary objects contained in responses from the ListOperationsInsightsWarehouses operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<OperationsInsightsWarehouseSummary> ListOperationsInsightsWarehousesRecordEnumerator(ListOperationsInsightsWarehousesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOperationsInsightsWarehousesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<OperationsInsightsWarehouseSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOperationsInsightsWarehousesResponseEnumerator(ListOperationsInsightsWarehousesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListOperationsInsightsWarehouses operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListOperationsInsightsWarehousesResponse> ListOperationsInsightsWarehousesResponseEnumerator(ListOperationsInsightsWarehousesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOperationsInsightsWarehousesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListOperationsInsightsWarehousesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOpsiConfigurationsRecordEnumerator(ListOpsiConfigurationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the OpsiConfigurationSummary objects contained in responses from the ListOpsiConfigurations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<OpsiConfigurationSummary> ListOpsiConfigurationsRecordEnumerator(ListOpsiConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOpsiConfigurationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<OpsiConfigurationSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOpsiConfigurationsResponseEnumerator(ListOpsiConfigurationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListOpsiConfigurations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListOpsiConfigurationsResponse> ListOpsiConfigurationsResponseEnumerator(ListOpsiConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOpsiConfigurationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListOpsiConfigurationsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOpsiDataObjectsRecordEnumerator(ListOpsiDataObjectsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the OpsiDataObjectSummary objects contained in responses from the ListOpsiDataObjects operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<OpsiDataObjectSummary> ListOpsiDataObjectsRecordEnumerator(ListOpsiDataObjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOpsiDataObjectsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<OpsiDataObjectSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListOpsiDataObjectsResponseEnumerator(ListOpsiDataObjectsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListOpsiDataObjects operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListOpsiDataObjectsResponse> ListOpsiDataObjectsResponseEnumerator(ListOpsiDataObjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListOpsiDataObjectsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListOpsiDataObjectsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSqlPlansRecordEnumerator(ListSqlPlansRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the SqlPlanSummary objects contained in responses from the ListSqlPlans operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<SqlPlanSummary> ListSqlPlansRecordEnumerator(ListSqlPlansRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSqlPlansRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<SqlPlanSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSqlPlansResponseEnumerator(ListSqlPlansRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListSqlPlans operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListSqlPlansResponse> ListSqlPlansResponseEnumerator(ListSqlPlansRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSqlPlansRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListSqlPlansResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSqlSearchesRecordEnumerator(ListSqlSearchesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the SqlSearchSummary objects contained in responses from the ListSqlSearches operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<SqlSearchSummary> ListSqlSearchesRecordEnumerator(ListSqlSearchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSqlSearchesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<SqlSearchSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSqlSearchesResponseEnumerator(ListSqlSearchesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListSqlSearches operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListSqlSearchesResponse> ListSqlSearchesResponseEnumerator(ListSqlSearchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSqlSearchesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListSqlSearchesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSqlTextsRecordEnumerator(ListSqlTextsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the SqlTextSummary objects contained in responses from the ListSqlTexts operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<SqlTextSummary> ListSqlTextsRecordEnumerator(ListSqlTextsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSqlTextsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<SqlTextSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSqlTextsResponseEnumerator(ListSqlTextsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListSqlTexts operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListSqlTextsResponse> ListSqlTextsResponseEnumerator(ListSqlTextsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSqlTextsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListSqlTextsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWarehouseDataObjectsRecordEnumerator(ListWarehouseDataObjectsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WarehouseDataObjectSummary objects contained in responses from the ListWarehouseDataObjects operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WarehouseDataObjectSummary> ListWarehouseDataObjectsRecordEnumerator(ListWarehouseDataObjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWarehouseDataObjectsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WarehouseDataObjectSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWarehouseDataObjectsResponseEnumerator(ListWarehouseDataObjectsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWarehouseDataObjects operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWarehouseDataObjectsResponse> ListWarehouseDataObjectsResponseEnumerator(ListWarehouseDataObjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWarehouseDataObjectsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWarehouseDataObjectsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestErrorsRecordEnumerator(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequestError objects contained in responses from the ListWorkRequestErrors operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequestError> ListWorkRequestErrorsRecordEnumerator(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequestError>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestErrorsResponseEnumerator(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequestErrors operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestErrorsResponse> ListWorkRequestErrorsResponseEnumerator(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestErrorsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestLogsRecordEnumerator(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequestLogEntry objects contained in responses from the ListWorkRequestLogs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequestLogEntry> ListWorkRequestLogsRecordEnumerator(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequestLogEntry>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestLogsResponseEnumerator(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequestLogs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestLogsResponse> ListWorkRequestLogsResponseEnumerator(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestLogsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestsRecordEnumerator(ListWorkRequestsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequest objects contained in responses from the ListWorkRequests operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequest> ListWorkRequestsRecordEnumerator(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequest>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestsResponseEnumerator(ListWorkRequestsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequests operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestsResponse> ListWorkRequestsResponseEnumerator(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

In this article
Back to top