Show / Hide Table of Contents

Class JavaManagementServicePaginators

Collection of helper methods that can be used to provide an enumerator interface to any list operations of JavaManagementService 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
JavaManagementServicePaginators
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class JavaManagementServicePaginators

Constructors

JavaManagementServicePaginators(JavaManagementServiceClient)

Declaration
public JavaManagementServicePaginators(JavaManagementServiceClient client)
Parameters
Type Name Description
JavaManagementServiceClient client

Methods

ListAgentInstallersRecordEnumerator(ListAgentInstallersRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<AgentInstallerSummary> ListAgentInstallersRecordEnumerator(ListAgentInstallersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAgentInstallersRequest 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<AgentInstallerSummary>

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

ListAgentInstallersResponseEnumerator(ListAgentInstallersRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListAgentInstallersResponse> ListAgentInstallersResponseEnumerator(ListAgentInstallersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAgentInstallersRequest 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<ListAgentInstallersResponse>

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

ListAnnouncementsRecordEnumerator(ListAnnouncementsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<AnnouncementSummary> ListAnnouncementsRecordEnumerator(ListAnnouncementsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAnnouncementsRequest 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<AnnouncementSummary>

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

ListAnnouncementsResponseEnumerator(ListAnnouncementsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListAnnouncementsResponse> ListAnnouncementsResponseEnumerator(ListAnnouncementsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAnnouncementsRequest 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<ListAnnouncementsResponse>

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

ListBlocklistsRecordEnumerator(ListBlocklistsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<Blocklist> ListBlocklistsRecordEnumerator(ListBlocklistsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListBlocklistsRequest 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<Blocklist>

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

ListBlocklistsResponseEnumerator(ListBlocklistsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListBlocklistsResponse> ListBlocklistsResponseEnumerator(ListBlocklistsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListBlocklistsRequest 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<ListBlocklistsResponse>

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

ListCryptoAnalysisResultsRecordEnumerator(ListCryptoAnalysisResultsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<CryptoAnalysisResultSummary> ListCryptoAnalysisResultsRecordEnumerator(ListCryptoAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListCryptoAnalysisResultsRequest 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<CryptoAnalysisResultSummary>

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

ListCryptoAnalysisResultsResponseEnumerator(ListCryptoAnalysisResultsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListCryptoAnalysisResultsResponse> ListCryptoAnalysisResultsResponseEnumerator(ListCryptoAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListCryptoAnalysisResultsRequest 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<ListCryptoAnalysisResultsResponse>

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

ListDrsFilesRecordEnumerator(ListDrsFilesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<DrsFileSummary> ListDrsFilesRecordEnumerator(ListDrsFilesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDrsFilesRequest 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<DrsFileSummary>

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

ListDrsFilesResponseEnumerator(ListDrsFilesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListDrsFilesResponse> ListDrsFilesResponseEnumerator(ListDrsFilesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDrsFilesRequest 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<ListDrsFilesResponse>

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

ListFleetDiagnosesRecordEnumerator(ListFleetDiagnosesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<FleetDiagnosisSummary> ListFleetDiagnosesRecordEnumerator(ListFleetDiagnosesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListFleetDiagnosesRequest 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<FleetDiagnosisSummary>

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

ListFleetDiagnosesResponseEnumerator(ListFleetDiagnosesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListFleetDiagnosesResponse> ListFleetDiagnosesResponseEnumerator(ListFleetDiagnosesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListFleetDiagnosesRequest 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<ListFleetDiagnosesResponse>

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

ListFleetErrorsRecordEnumerator(ListFleetErrorsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<FleetErrorSummary> ListFleetErrorsRecordEnumerator(ListFleetErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListFleetErrorsRequest 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<FleetErrorSummary>

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

ListFleetErrorsResponseEnumerator(ListFleetErrorsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListFleetErrorsResponse> ListFleetErrorsResponseEnumerator(ListFleetErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListFleetErrorsRequest 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<ListFleetErrorsResponse>

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

ListFleetsRecordEnumerator(ListFleetsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<FleetSummary> ListFleetsRecordEnumerator(ListFleetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListFleetsRequest 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<FleetSummary>

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

ListFleetsResponseEnumerator(ListFleetsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListFleetsResponse> ListFleetsResponseEnumerator(ListFleetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListFleetsRequest 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<ListFleetsResponse>

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

ListInstallationSitesRecordEnumerator(ListInstallationSitesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<InstallationSiteSummary> ListInstallationSitesRecordEnumerator(ListInstallationSitesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListInstallationSitesRequest 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<InstallationSiteSummary>

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

ListInstallationSitesResponseEnumerator(ListInstallationSitesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListInstallationSitesResponse> ListInstallationSitesResponseEnumerator(ListInstallationSitesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListInstallationSitesRequest 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<ListInstallationSitesResponse>

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

ListJavaFamiliesRecordEnumerator(ListJavaFamiliesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<JavaFamilySummary> ListJavaFamiliesRecordEnumerator(ListJavaFamiliesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJavaFamiliesRequest 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<JavaFamilySummary>

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

ListJavaFamiliesResponseEnumerator(ListJavaFamiliesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListJavaFamiliesResponse> ListJavaFamiliesResponseEnumerator(ListJavaFamiliesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJavaFamiliesRequest 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<ListJavaFamiliesResponse>

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

ListJavaMigrationAnalysisResultsRecordEnumerator(ListJavaMigrationAnalysisResultsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<JavaMigrationAnalysisResultSummary> ListJavaMigrationAnalysisResultsRecordEnumerator(ListJavaMigrationAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJavaMigrationAnalysisResultsRequest 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<JavaMigrationAnalysisResultSummary>

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

ListJavaMigrationAnalysisResultsResponseEnumerator(ListJavaMigrationAnalysisResultsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListJavaMigrationAnalysisResultsResponse> ListJavaMigrationAnalysisResultsResponseEnumerator(ListJavaMigrationAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJavaMigrationAnalysisResultsRequest 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<ListJavaMigrationAnalysisResultsResponse>

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

ListJavaReleasesRecordEnumerator(ListJavaReleasesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<JavaReleaseSummary> ListJavaReleasesRecordEnumerator(ListJavaReleasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJavaReleasesRequest 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<JavaReleaseSummary>

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

ListJavaReleasesResponseEnumerator(ListJavaReleasesRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListJavaReleasesResponse> ListJavaReleasesResponseEnumerator(ListJavaReleasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJavaReleasesRequest 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<ListJavaReleasesResponse>

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

ListJmsPluginsRecordEnumerator(ListJmsPluginsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<JmsPluginSummary> ListJmsPluginsRecordEnumerator(ListJmsPluginsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJmsPluginsRequest 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<JmsPluginSummary>

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

ListJmsPluginsResponseEnumerator(ListJmsPluginsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListJmsPluginsResponse> ListJmsPluginsResponseEnumerator(ListJmsPluginsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJmsPluginsRequest 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<ListJmsPluginsResponse>

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

ListJreUsageRecordEnumerator(ListJreUsageRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<JreUsage> ListJreUsageRecordEnumerator(ListJreUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJreUsageRequest 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<JreUsage>

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

ListJreUsageResponseEnumerator(ListJreUsageRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListJreUsageResponse> ListJreUsageResponseEnumerator(ListJreUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJreUsageRequest 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<ListJreUsageResponse>

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

ListPerformanceTuningAnalysisResultsRecordEnumerator(ListPerformanceTuningAnalysisResultsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<PerformanceTuningAnalysisResultSummary> ListPerformanceTuningAnalysisResultsRecordEnumerator(ListPerformanceTuningAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPerformanceTuningAnalysisResultsRequest 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<PerformanceTuningAnalysisResultSummary>

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

ListPerformanceTuningAnalysisResultsResponseEnumerator(ListPerformanceTuningAnalysisResultsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListPerformanceTuningAnalysisResultsResponse> ListPerformanceTuningAnalysisResultsResponseEnumerator(ListPerformanceTuningAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPerformanceTuningAnalysisResultsRequest 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<ListPerformanceTuningAnalysisResultsResponse>

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

ListPluginErrorsRecordEnumerator(ListPluginErrorsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<PluginErrorSummary> ListPluginErrorsRecordEnumerator(ListPluginErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPluginErrorsRequest 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<PluginErrorSummary>

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

ListPluginErrorsResponseEnumerator(ListPluginErrorsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListPluginErrorsResponse> ListPluginErrorsResponseEnumerator(ListPluginErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPluginErrorsRequest 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<ListPluginErrorsResponse>

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

ListWorkItemsRecordEnumerator(ListWorkItemsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<WorkItemSummary> ListWorkItemsRecordEnumerator(ListWorkItemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkItemsRequest 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<WorkItemSummary>

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

ListWorkItemsResponseEnumerator(ListWorkItemsRequest, RetryConfiguration, CancellationToken)

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

Declaration
public IEnumerable<ListWorkItemsResponse> ListWorkItemsResponseEnumerator(ListWorkItemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkItemsRequest 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<ListWorkItemsResponse>

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