Class WeblogicManagementServicePaginators
Collection of helper methods that can be used to provide an enumerator interface to any list operations of WeblogicManagementService 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.
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.
Inherited Members
Namespace: Oci.WlmsService
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class WeblogicManagementServicePaginators
Constructors
WeblogicManagementServicePaginators(WeblogicManagementServiceClient)
Declaration
public WeblogicManagementServicePaginators(WeblogicManagementServiceClient client)
Parameters
Type | Name | Description |
---|---|---|
WeblogicManagementServiceClient | client |
Methods
ListAgreementRecordsRecordEnumerator(ListAgreementRecordsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the AgreementRecordSummary objects contained in responses from the ListAgreementRecords operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<AgreementRecordSummary> ListAgreementRecordsRecordEnumerator(ListAgreementRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAgreementRecordsRequest | 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<AgreementRecordSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListAgreementRecordsResponseEnumerator(ListAgreementRecordsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListAgreementRecords operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListAgreementRecordsResponse> ListAgreementRecordsResponseEnumerator(ListAgreementRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAgreementRecordsRequest | 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<ListAgreementRecordsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListApplicablePatchesRecordEnumerator(ListApplicablePatchesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ApplicablePatchSummary objects contained in responses from the ListApplicablePatches operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ApplicablePatchSummary> ListApplicablePatchesRecordEnumerator(ListApplicablePatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListApplicablePatchesRequest | 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<ApplicablePatchSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListApplicablePatchesResponseEnumerator(ListApplicablePatchesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListApplicablePatches operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListApplicablePatchesResponse> ListApplicablePatchesResponseEnumerator(ListApplicablePatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListApplicablePatchesRequest | 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<ListApplicablePatchesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedInstanceScanResultsRecordEnumerator(ListManagedInstanceScanResultsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ScanResultSummary objects contained in responses from the ListManagedInstanceScanResults operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ScanResultSummary> ListManagedInstanceScanResultsRecordEnumerator(ListManagedInstanceScanResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedInstanceScanResultsRequest | 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<ScanResultSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedInstanceScanResultsResponseEnumerator(ListManagedInstanceScanResultsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListManagedInstanceScanResults operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListManagedInstanceScanResultsResponse> ListManagedInstanceScanResultsResponseEnumerator(ListManagedInstanceScanResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedInstanceScanResultsRequest | 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<ListManagedInstanceScanResultsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedInstanceServerInstalledPatchesRecordEnumerator(ListManagedInstanceServerInstalledPatchesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the InstalledPatchSummary objects contained in responses from the ListManagedInstanceServerInstalledPatches operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<InstalledPatchSummary> ListManagedInstanceServerInstalledPatchesRecordEnumerator(ListManagedInstanceServerInstalledPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedInstanceServerInstalledPatchesRequest | 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<InstalledPatchSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedInstanceServerInstalledPatchesResponseEnumerator(ListManagedInstanceServerInstalledPatchesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListManagedInstanceServerInstalledPatches operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListManagedInstanceServerInstalledPatchesResponse> ListManagedInstanceServerInstalledPatchesResponseEnumerator(ListManagedInstanceServerInstalledPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedInstanceServerInstalledPatchesRequest | 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<ListManagedInstanceServerInstalledPatchesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedInstanceServersRecordEnumerator(ListManagedInstanceServersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ServerSummary objects contained in responses from the ListManagedInstanceServers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ServerSummary> ListManagedInstanceServersRecordEnumerator(ListManagedInstanceServersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedInstanceServersRequest | 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<ServerSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedInstanceServersResponseEnumerator(ListManagedInstanceServersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListManagedInstanceServers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListManagedInstanceServersResponse> ListManagedInstanceServersResponseEnumerator(ListManagedInstanceServersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedInstanceServersRequest | 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<ListManagedInstanceServersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedInstancesRecordEnumerator(ListManagedInstancesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ManagedInstanceSummary objects contained in responses from the ListManagedInstances operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ManagedInstanceSummary> ListManagedInstancesRecordEnumerator(ListManagedInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedInstancesRequest | 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<ManagedInstanceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedInstancesResponseEnumerator(ListManagedInstancesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListManagedInstances operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListManagedInstancesResponse> ListManagedInstancesResponseEnumerator(ListManagedInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedInstancesRequest | 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<ListManagedInstancesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainScanResultsRecordEnumerator(ListWlsDomainScanResultsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ScanResultSummary objects contained in responses from the ListWlsDomainScanResults operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ScanResultSummary> ListWlsDomainScanResultsRecordEnumerator(ListWlsDomainScanResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainScanResultsRequest | 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<ScanResultSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainScanResultsResponseEnumerator(ListWlsDomainScanResultsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListWlsDomainScanResults operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListWlsDomainScanResultsResponse> ListWlsDomainScanResultsResponseEnumerator(ListWlsDomainScanResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainScanResultsRequest | 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<ListWlsDomainScanResultsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainServerBackupsRecordEnumerator(ListWlsDomainServerBackupsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the BackupSummary objects contained in responses from the ListWlsDomainServerBackups operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<BackupSummary> ListWlsDomainServerBackupsRecordEnumerator(ListWlsDomainServerBackupsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainServerBackupsRequest | 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<BackupSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainServerBackupsResponseEnumerator(ListWlsDomainServerBackupsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListWlsDomainServerBackups operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListWlsDomainServerBackupsResponse> ListWlsDomainServerBackupsResponseEnumerator(ListWlsDomainServerBackupsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainServerBackupsRequest | 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<ListWlsDomainServerBackupsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainServerInstalledPatchesRecordEnumerator(ListWlsDomainServerInstalledPatchesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the InstalledPatchSummary objects contained in responses from the ListWlsDomainServerInstalledPatches operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<InstalledPatchSummary> ListWlsDomainServerInstalledPatchesRecordEnumerator(ListWlsDomainServerInstalledPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainServerInstalledPatchesRequest | 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<InstalledPatchSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainServerInstalledPatchesResponseEnumerator(ListWlsDomainServerInstalledPatchesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListWlsDomainServerInstalledPatches operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListWlsDomainServerInstalledPatchesResponse> ListWlsDomainServerInstalledPatchesResponseEnumerator(ListWlsDomainServerInstalledPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainServerInstalledPatchesRequest | 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<ListWlsDomainServerInstalledPatchesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainServersRecordEnumerator(ListWlsDomainServersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ServerSummary objects contained in responses from the ListWlsDomainServers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ServerSummary> ListWlsDomainServersRecordEnumerator(ListWlsDomainServersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainServersRequest | 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<ServerSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainServersResponseEnumerator(ListWlsDomainServersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListWlsDomainServers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListWlsDomainServersResponse> ListWlsDomainServersResponseEnumerator(ListWlsDomainServersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainServersRequest | 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<ListWlsDomainServersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainsRecordEnumerator(ListWlsDomainsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the WlsDomainSummary objects contained in responses from the ListWlsDomains operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<WlsDomainSummary> ListWlsDomainsRecordEnumerator(ListWlsDomainsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainsRequest | 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<WlsDomainSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainsResponseEnumerator(ListWlsDomainsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListWlsDomains operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListWlsDomainsResponse> ListWlsDomainsResponseEnumerator(ListWlsDomainsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainsRequest | 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<ListWlsDomainsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainsSharingMiddlewaresRecordEnumerator(ListWlsDomainsSharingMiddlewaresRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the WlsDomainSummary objects contained in responses from the ListWlsDomainsSharingMiddlewares operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<WlsDomainSummary> ListWlsDomainsSharingMiddlewaresRecordEnumerator(ListWlsDomainsSharingMiddlewaresRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainsSharingMiddlewaresRequest | 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<WlsDomainSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlsDomainsSharingMiddlewaresResponseEnumerator(ListWlsDomainsSharingMiddlewaresRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListWlsDomainsSharingMiddlewares operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListWlsDomainsSharingMiddlewaresResponse> ListWlsDomainsSharingMiddlewaresResponseEnumerator(ListWlsDomainsSharingMiddlewaresRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlsDomainsSharingMiddlewaresRequest | 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<ListWlsDomainsSharingMiddlewaresResponse> | 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 WorkRequestSummary objects contained in responses from the ListWorkRequests operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<WorkRequestSummary> 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<WorkRequestSummary> | 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 |