Class DataIntegrationPaginators
Collection of helper methods that can be used to provide an enumerator interface to any list operations of DataIntegration 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.DataintegrationService
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataIntegrationPaginators
Constructors
DataIntegrationPaginators(DataIntegrationClient)
Declaration
public DataIntegrationPaginators(DataIntegrationClient client)
Parameters
Type | Name | Description |
---|---|---|
DataIntegrationClient | client |
Methods
ListApplicationsRecordEnumerator(ListApplicationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ApplicationSummary objects contained in responses from the ListApplications operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ApplicationSummary> ListApplicationsRecordEnumerator(ListApplicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListApplicationsRequest | 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<ApplicationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListApplicationsResponseEnumerator(ListApplicationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListApplications operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListApplicationsResponse> ListApplicationsResponseEnumerator(ListApplicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListApplicationsRequest | 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<ListApplicationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListConnectionValidationsRecordEnumerator(ListConnectionValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ConnectionValidationSummary objects contained in responses from the ListConnectionValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ConnectionValidationSummary> ListConnectionValidationsRecordEnumerator(ListConnectionValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConnectionValidationsRequest | 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<ConnectionValidationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListConnectionValidationsResponseEnumerator(ListConnectionValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListConnectionValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListConnectionValidationsResponse> ListConnectionValidationsResponseEnumerator(ListConnectionValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConnectionValidationsRequest | 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<ListConnectionValidationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListConnectionsRecordEnumerator(ListConnectionsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ConnectionSummary objects contained in responses from the ListConnections operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ConnectionSummary> ListConnectionsRecordEnumerator(ListConnectionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConnectionsRequest | 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<ConnectionSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListConnectionsResponseEnumerator(ListConnectionsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListConnections operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListConnectionsResponse> ListConnectionsResponseEnumerator(ListConnectionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConnectionsRequest | 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<ListConnectionsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListCopyObjectRequestsRecordEnumerator(ListCopyObjectRequestsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the CopyObjectRequestSummary objects contained in responses from the ListCopyObjectRequests operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<CopyObjectRequestSummary> ListCopyObjectRequestsRecordEnumerator(ListCopyObjectRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCopyObjectRequestsRequest | 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<CopyObjectRequestSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListCopyObjectRequestsResponseEnumerator(ListCopyObjectRequestsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListCopyObjectRequests operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListCopyObjectRequestsResponse> ListCopyObjectRequestsResponseEnumerator(ListCopyObjectRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCopyObjectRequestsRequest | 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<ListCopyObjectRequestsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataAssetsRecordEnumerator(ListDataAssetsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DataAssetSummary objects contained in responses from the ListDataAssets operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DataAssetSummary> ListDataAssetsRecordEnumerator(ListDataAssetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataAssetsRequest | 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<DataAssetSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataAssetsResponseEnumerator(ListDataAssetsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDataAssets operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDataAssetsResponse> ListDataAssetsResponseEnumerator(ListDataAssetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataAssetsRequest | 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<ListDataAssetsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataEntitiesRecordEnumerator(ListDataEntitiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DataEntitySummary objects contained in responses from the ListDataEntities operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DataEntitySummary> ListDataEntitiesRecordEnumerator(ListDataEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataEntitiesRequest | 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<DataEntitySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataEntitiesResponseEnumerator(ListDataEntitiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDataEntities operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDataEntitiesResponse> ListDataEntitiesResponseEnumerator(ListDataEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataEntitiesRequest | 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<ListDataEntitiesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataFlowValidationsRecordEnumerator(ListDataFlowValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DataFlowValidationSummary objects contained in responses from the ListDataFlowValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DataFlowValidationSummary> ListDataFlowValidationsRecordEnumerator(ListDataFlowValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataFlowValidationsRequest | 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<DataFlowValidationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataFlowValidationsResponseEnumerator(ListDataFlowValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDataFlowValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDataFlowValidationsResponse> ListDataFlowValidationsResponseEnumerator(ListDataFlowValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataFlowValidationsRequest | 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<ListDataFlowValidationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataFlowsRecordEnumerator(ListDataFlowsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DataFlowSummary objects contained in responses from the ListDataFlows operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DataFlowSummary> ListDataFlowsRecordEnumerator(ListDataFlowsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataFlowsRequest | 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<DataFlowSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataFlowsResponseEnumerator(ListDataFlowsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDataFlows operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDataFlowsResponse> ListDataFlowsResponseEnumerator(ListDataFlowsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataFlowsRequest | 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<ListDataFlowsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDependentObjectsRecordEnumerator(ListDependentObjectsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DependentObjectSummary objects contained in responses from the ListDependentObjects operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DependentObjectSummary> ListDependentObjectsRecordEnumerator(ListDependentObjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDependentObjectsRequest | 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<DependentObjectSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDependentObjectsResponseEnumerator(ListDependentObjectsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDependentObjects operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDependentObjectsResponse> ListDependentObjectsResponseEnumerator(ListDependentObjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDependentObjectsRequest | 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<ListDependentObjectsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDisApplicationTaskRunLineagesRecordEnumerator(ListDisApplicationTaskRunLineagesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TaskRunLineageSummary objects contained in responses from the ListDisApplicationTaskRunLineages operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TaskRunLineageSummary> ListDisApplicationTaskRunLineagesRecordEnumerator(ListDisApplicationTaskRunLineagesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDisApplicationTaskRunLineagesRequest | 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<TaskRunLineageSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDisApplicationTaskRunLineagesResponseEnumerator(ListDisApplicationTaskRunLineagesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDisApplicationTaskRunLineages operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDisApplicationTaskRunLineagesResponse> ListDisApplicationTaskRunLineagesResponseEnumerator(ListDisApplicationTaskRunLineagesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDisApplicationTaskRunLineagesRequest | 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<ListDisApplicationTaskRunLineagesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDisApplicationsRecordEnumerator(ListDisApplicationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DisApplicationSummary objects contained in responses from the ListDisApplications operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DisApplicationSummary> ListDisApplicationsRecordEnumerator(ListDisApplicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDisApplicationsRequest | 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<DisApplicationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDisApplicationsResponseEnumerator(ListDisApplicationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDisApplications operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDisApplicationsResponse> ListDisApplicationsResponseEnumerator(ListDisApplicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDisApplicationsRequest | 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<ListDisApplicationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExportRequestsRecordEnumerator(ListExportRequestsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExportRequestSummary objects contained in responses from the ListExportRequests operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExportRequestSummary> ListExportRequestsRecordEnumerator(ListExportRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExportRequestsRequest | 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<ExportRequestSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExportRequestsResponseEnumerator(ListExportRequestsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExportRequests operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExportRequestsResponse> ListExportRequestsResponseEnumerator(ListExportRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExportRequestsRequest | 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<ListExportRequestsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalPublicationValidationsRecordEnumerator(ListExternalPublicationValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalPublicationValidationSummary objects contained in responses from the ListExternalPublicationValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalPublicationValidationSummary> ListExternalPublicationValidationsRecordEnumerator(ListExternalPublicationValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalPublicationValidationsRequest | 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<ExternalPublicationValidationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalPublicationValidationsResponseEnumerator(ListExternalPublicationValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalPublicationValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalPublicationValidationsResponse> ListExternalPublicationValidationsResponseEnumerator(ListExternalPublicationValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalPublicationValidationsRequest | 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<ListExternalPublicationValidationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalPublicationsRecordEnumerator(ListExternalPublicationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalPublicationSummary objects contained in responses from the ListExternalPublications operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalPublicationSummary> ListExternalPublicationsRecordEnumerator(ListExternalPublicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalPublicationsRequest | 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<ExternalPublicationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalPublicationsResponseEnumerator(ListExternalPublicationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalPublications operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalPublicationsResponse> ListExternalPublicationsResponseEnumerator(ListExternalPublicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalPublicationsRequest | 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<ListExternalPublicationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListFoldersRecordEnumerator(ListFoldersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the FolderSummary objects contained in responses from the ListFolders operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<FolderSummary> ListFoldersRecordEnumerator(ListFoldersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListFoldersRequest | 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<FolderSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListFoldersResponseEnumerator(ListFoldersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListFolders operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListFoldersResponse> ListFoldersResponseEnumerator(ListFoldersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListFoldersRequest | 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<ListFoldersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListFunctionLibrariesRecordEnumerator(ListFunctionLibrariesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the FunctionLibrarySummary objects contained in responses from the ListFunctionLibraries operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<FunctionLibrarySummary> ListFunctionLibrariesRecordEnumerator(ListFunctionLibrariesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListFunctionLibrariesRequest | 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<FunctionLibrarySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListFunctionLibrariesResponseEnumerator(ListFunctionLibrariesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListFunctionLibraries operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListFunctionLibrariesResponse> ListFunctionLibrariesResponseEnumerator(ListFunctionLibrariesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListFunctionLibrariesRequest | 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<ListFunctionLibrariesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListImportRequestsRecordEnumerator(ListImportRequestsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ImportRequestSummary objects contained in responses from the ListImportRequests operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ImportRequestSummary> ListImportRequestsRecordEnumerator(ListImportRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListImportRequestsRequest | 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<ImportRequestSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListImportRequestsResponseEnumerator(ListImportRequestsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListImportRequests operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListImportRequestsResponse> ListImportRequestsResponseEnumerator(ListImportRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListImportRequestsRequest | 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<ListImportRequestsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPatchChangesRecordEnumerator(ListPatchChangesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the PatchChangeSummary objects contained in responses from the ListPatchChanges operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<PatchChangeSummary> ListPatchChangesRecordEnumerator(ListPatchChangesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPatchChangesRequest | 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<PatchChangeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPatchChangesResponseEnumerator(ListPatchChangesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListPatchChanges operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListPatchChangesResponse> ListPatchChangesResponseEnumerator(ListPatchChangesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPatchChangesRequest | 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<ListPatchChangesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPatchesRecordEnumerator(ListPatchesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the PatchSummary objects contained in responses from the ListPatches operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<PatchSummary> ListPatchesRecordEnumerator(ListPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPatchesRequest | 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<PatchSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPatchesResponseEnumerator(ListPatchesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListPatches operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListPatchesResponse> ListPatchesResponseEnumerator(ListPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPatchesRequest | 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<ListPatchesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPipelineValidationsRecordEnumerator(ListPipelineValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the PipelineValidationSummary objects contained in responses from the ListPipelineValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<PipelineValidationSummary> ListPipelineValidationsRecordEnumerator(ListPipelineValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPipelineValidationsRequest | 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<PipelineValidationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPipelineValidationsResponseEnumerator(ListPipelineValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListPipelineValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListPipelineValidationsResponse> ListPipelineValidationsResponseEnumerator(ListPipelineValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPipelineValidationsRequest | 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<ListPipelineValidationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPipelinesRecordEnumerator(ListPipelinesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the PipelineSummary objects contained in responses from the ListPipelines operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<PipelineSummary> ListPipelinesRecordEnumerator(ListPipelinesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPipelinesRequest | 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<PipelineSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPipelinesResponseEnumerator(ListPipelinesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListPipelines operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListPipelinesResponse> ListPipelinesResponseEnumerator(ListPipelinesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPipelinesRequest | 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<ListPipelinesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProjectsRecordEnumerator(ListProjectsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ProjectSummary objects contained in responses from the ListProjects operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ProjectSummary> ListProjectsRecordEnumerator(ListProjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProjectsRequest | 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<ProjectSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProjectsResponseEnumerator(ListProjectsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListProjects operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListProjectsResponse> ListProjectsResponseEnumerator(ListProjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProjectsRequest | 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<ListProjectsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPublishedObjectsRecordEnumerator(ListPublishedObjectsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the PublishedObjectSummary objects contained in responses from the ListPublishedObjects operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<PublishedObjectSummary> ListPublishedObjectsRecordEnumerator(ListPublishedObjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPublishedObjectsRequest | 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<PublishedObjectSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPublishedObjectsResponseEnumerator(ListPublishedObjectsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListPublishedObjects operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListPublishedObjectsResponse> ListPublishedObjectsResponseEnumerator(ListPublishedObjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPublishedObjectsRequest | 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<ListPublishedObjectsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListReferencesRecordEnumerator(ListReferencesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ReferenceSummary objects contained in responses from the ListReferences operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ReferenceSummary> ListReferencesRecordEnumerator(ListReferencesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListReferencesRequest | 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<ReferenceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListReferencesResponseEnumerator(ListReferencesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListReferences operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListReferencesResponse> ListReferencesResponseEnumerator(ListReferencesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListReferencesRequest | 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<ListReferencesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListRuntimeOperatorsRecordEnumerator(ListRuntimeOperatorsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the RuntimeOperatorSummary objects contained in responses from the ListRuntimeOperators operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<RuntimeOperatorSummary> ListRuntimeOperatorsRecordEnumerator(ListRuntimeOperatorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRuntimeOperatorsRequest | 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<RuntimeOperatorSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListRuntimeOperatorsResponseEnumerator(ListRuntimeOperatorsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListRuntimeOperators operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListRuntimeOperatorsResponse> ListRuntimeOperatorsResponseEnumerator(ListRuntimeOperatorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRuntimeOperatorsRequest | 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<ListRuntimeOperatorsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListRuntimePipelinesRecordEnumerator(ListRuntimePipelinesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the RuntimePipelineSummary objects contained in responses from the ListRuntimePipelines operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<RuntimePipelineSummary> ListRuntimePipelinesRecordEnumerator(ListRuntimePipelinesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRuntimePipelinesRequest | 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<RuntimePipelineSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListRuntimePipelinesResponseEnumerator(ListRuntimePipelinesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListRuntimePipelines operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListRuntimePipelinesResponse> ListRuntimePipelinesResponseEnumerator(ListRuntimePipelinesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRuntimePipelinesRequest | 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<ListRuntimePipelinesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSchedulesRecordEnumerator(ListSchedulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ScheduleSummary objects contained in responses from the ListSchedules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ScheduleSummary> ListSchedulesRecordEnumerator(ListSchedulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSchedulesRequest | 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<ScheduleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSchedulesResponseEnumerator(ListSchedulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSchedules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSchedulesResponse> ListSchedulesResponseEnumerator(ListSchedulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSchedulesRequest | 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<ListSchedulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSchemasRecordEnumerator(ListSchemasRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SchemaSummary objects contained in responses from the ListSchemas operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SchemaSummary> ListSchemasRecordEnumerator(ListSchemasRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSchemasRequest | 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<SchemaSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSchemasResponseEnumerator(ListSchemasRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSchemas operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSchemasResponse> ListSchemasResponseEnumerator(ListSchemasRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSchemasRequest | 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<ListSchemasResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskRunLineagesRecordEnumerator(ListTaskRunLineagesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TaskRunLineageSummary objects contained in responses from the ListTaskRunLineages operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TaskRunLineageSummary> ListTaskRunLineagesRecordEnumerator(ListTaskRunLineagesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskRunLineagesRequest | 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<TaskRunLineageSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskRunLineagesResponseEnumerator(ListTaskRunLineagesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTaskRunLineages operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTaskRunLineagesResponse> ListTaskRunLineagesResponseEnumerator(ListTaskRunLineagesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskRunLineagesRequest | 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<ListTaskRunLineagesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskRunLogsRecordEnumerator(ListTaskRunLogsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TaskRunLogSummary objects contained in responses from the ListTaskRunLogs operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TaskRunLogSummary> ListTaskRunLogsRecordEnumerator(ListTaskRunLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskRunLogsRequest | 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<TaskRunLogSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskRunLogsResponseEnumerator(ListTaskRunLogsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTaskRunLogs operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTaskRunLogsResponse> ListTaskRunLogsResponseEnumerator(ListTaskRunLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskRunLogsRequest | 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<ListTaskRunLogsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskRunsRecordEnumerator(ListTaskRunsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TaskRunSummary objects contained in responses from the ListTaskRuns operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TaskRunSummary> ListTaskRunsRecordEnumerator(ListTaskRunsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskRunsRequest | 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<TaskRunSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskRunsResponseEnumerator(ListTaskRunsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTaskRuns operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTaskRunsResponse> ListTaskRunsResponseEnumerator(ListTaskRunsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskRunsRequest | 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<ListTaskRunsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskSchedulesRecordEnumerator(ListTaskSchedulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TaskScheduleSummary objects contained in responses from the ListTaskSchedules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TaskScheduleSummary> ListTaskSchedulesRecordEnumerator(ListTaskSchedulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskSchedulesRequest | 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<TaskScheduleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskSchedulesResponseEnumerator(ListTaskSchedulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTaskSchedules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTaskSchedulesResponse> ListTaskSchedulesResponseEnumerator(ListTaskSchedulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskSchedulesRequest | 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<ListTaskSchedulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskValidationsRecordEnumerator(ListTaskValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TaskValidationSummary objects contained in responses from the ListTaskValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TaskValidationSummary> ListTaskValidationsRecordEnumerator(ListTaskValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskValidationsRequest | 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<TaskValidationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTaskValidationsResponseEnumerator(ListTaskValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTaskValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTaskValidationsResponse> ListTaskValidationsResponseEnumerator(ListTaskValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTaskValidationsRequest | 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<ListTaskValidationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTasksRecordEnumerator(ListTasksRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TaskSummary objects contained in responses from the ListTasks operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TaskSummary> ListTasksRecordEnumerator(ListTasksRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTasksRequest | 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<TaskSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTasksResponseEnumerator(ListTasksRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTasks operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTasksResponse> ListTasksResponseEnumerator(ListTasksRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTasksRequest | 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<ListTasksResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTemplatesRecordEnumerator(ListTemplatesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TemplateSummary objects contained in responses from the ListTemplates operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TemplateSummary> ListTemplatesRecordEnumerator(ListTemplatesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTemplatesRequest | 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<TemplateSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTemplatesResponseEnumerator(ListTemplatesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTemplates operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTemplatesResponse> ListTemplatesResponseEnumerator(ListTemplatesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTemplatesRequest | 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<ListTemplatesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListUserDefinedFunctionValidationsRecordEnumerator(ListUserDefinedFunctionValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the UserDefinedFunctionValidationSummary objects contained in responses from the ListUserDefinedFunctionValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<UserDefinedFunctionValidationSummary> ListUserDefinedFunctionValidationsRecordEnumerator(ListUserDefinedFunctionValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListUserDefinedFunctionValidationsRequest | 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<UserDefinedFunctionValidationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListUserDefinedFunctionValidationsResponseEnumerator(ListUserDefinedFunctionValidationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListUserDefinedFunctionValidations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListUserDefinedFunctionValidationsResponse> ListUserDefinedFunctionValidationsResponseEnumerator(ListUserDefinedFunctionValidationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListUserDefinedFunctionValidationsRequest | 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<ListUserDefinedFunctionValidationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListUserDefinedFunctionsRecordEnumerator(ListUserDefinedFunctionsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the UserDefinedFunctionSummary objects contained in responses from the ListUserDefinedFunctions operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<UserDefinedFunctionSummary> ListUserDefinedFunctionsRecordEnumerator(ListUserDefinedFunctionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListUserDefinedFunctionsRequest | 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<UserDefinedFunctionSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListUserDefinedFunctionsResponseEnumerator(ListUserDefinedFunctionsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListUserDefinedFunctions operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListUserDefinedFunctionsResponse> ListUserDefinedFunctionsResponseEnumerator(ListUserDefinedFunctionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListUserDefinedFunctionsRequest | 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<ListUserDefinedFunctionsResponse> | 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 |
ListWorkspacesRecordEnumerator(ListWorkspacesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the WorkspaceSummary objects contained in responses from the ListWorkspaces operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<WorkspaceSummary> ListWorkspacesRecordEnumerator(ListWorkspacesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWorkspacesRequest | 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<WorkspaceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWorkspacesResponseEnumerator(ListWorkspacesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListWorkspaces operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListWorkspacesResponse> ListWorkspacesResponseEnumerator(ListWorkspacesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWorkspacesRequest | 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<ListWorkspacesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |