Class DbManagementPaginators
Collection of helper methods that can be used to provide an enumerator interface to any list operations of DbManagement 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.DatabasemanagementService
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DbManagementPaginators
Constructors
DbManagementPaginators(DbManagementClient)
Declaration
public DbManagementPaginators(DbManagementClient client)
Parameters
Type | Name | Description |
---|---|---|
DbManagementClient | client |
Methods
ListAsmPropertiesRecordEnumerator(ListAsmPropertiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the AsmPropertySummary objects contained in responses from the ListAsmProperties operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<AsmPropertySummary> ListAsmPropertiesRecordEnumerator(ListAsmPropertiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAsmPropertiesRequest | 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<AsmPropertySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListAsmPropertiesResponseEnumerator(ListAsmPropertiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListAsmProperties operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListAsmPropertiesResponse> ListAsmPropertiesResponseEnumerator(ListAsmPropertiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAsmPropertiesRequest | 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<ListAsmPropertiesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListAssociatedDatabasesRecordEnumerator(ListAssociatedDatabasesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the AssociatedDatabaseSummary objects contained in responses from the ListAssociatedDatabases operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<AssociatedDatabaseSummary> ListAssociatedDatabasesRecordEnumerator(ListAssociatedDatabasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAssociatedDatabasesRequest | 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<AssociatedDatabaseSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListAssociatedDatabasesResponseEnumerator(ListAssociatedDatabasesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListAssociatedDatabases operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListAssociatedDatabasesResponse> ListAssociatedDatabasesResponseEnumerator(ListAssociatedDatabasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAssociatedDatabasesRequest | 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<ListAssociatedDatabasesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListConsumerGroupPrivilegesRecordEnumerator(ListConsumerGroupPrivilegesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ConsumerGroupPrivilegeSummary objects contained in responses from the ListConsumerGroupPrivileges operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ConsumerGroupPrivilegeSummary> ListConsumerGroupPrivilegesRecordEnumerator(ListConsumerGroupPrivilegesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConsumerGroupPrivilegesRequest | 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<ConsumerGroupPrivilegeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListConsumerGroupPrivilegesResponseEnumerator(ListConsumerGroupPrivilegesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListConsumerGroupPrivileges operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListConsumerGroupPrivilegesResponse> ListConsumerGroupPrivilegesResponseEnumerator(ListConsumerGroupPrivilegesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConsumerGroupPrivilegesRequest | 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<ListConsumerGroupPrivilegesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListCursorCacheStatementsRecordEnumerator(ListCursorCacheStatementsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the CursorCacheStatementSummary objects contained in responses from the ListCursorCacheStatements operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<CursorCacheStatementSummary> ListCursorCacheStatementsRecordEnumerator(ListCursorCacheStatementsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCursorCacheStatementsRequest | 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<CursorCacheStatementSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListCursorCacheStatementsResponseEnumerator(ListCursorCacheStatementsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListCursorCacheStatements operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListCursorCacheStatementsResponse> ListCursorCacheStatementsResponseEnumerator(ListCursorCacheStatementsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCursorCacheStatementsRequest | 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<ListCursorCacheStatementsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataAccessContainersRecordEnumerator(ListDataAccessContainersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DataAccessContainerSummary objects contained in responses from the ListDataAccessContainers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DataAccessContainerSummary> ListDataAccessContainersRecordEnumerator(ListDataAccessContainersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataAccessContainersRequest | 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<DataAccessContainerSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataAccessContainersResponseEnumerator(ListDataAccessContainersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDataAccessContainers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDataAccessContainersResponse> ListDataAccessContainersResponseEnumerator(ListDataAccessContainersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataAccessContainersRequest | 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<ListDataAccessContainersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDbManagementPrivateEndpointsRecordEnumerator(ListDbManagementPrivateEndpointsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DbManagementPrivateEndpointSummary objects contained in responses from the ListDbManagementPrivateEndpoints operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DbManagementPrivateEndpointSummary> ListDbManagementPrivateEndpointsRecordEnumerator(ListDbManagementPrivateEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDbManagementPrivateEndpointsRequest | 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<DbManagementPrivateEndpointSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDbManagementPrivateEndpointsResponseEnumerator(ListDbManagementPrivateEndpointsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDbManagementPrivateEndpoints operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDbManagementPrivateEndpointsResponse> ListDbManagementPrivateEndpointsResponseEnumerator(ListDbManagementPrivateEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDbManagementPrivateEndpointsRequest | 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<ListDbManagementPrivateEndpointsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalAsmDiskGroupsRecordEnumerator(ListExternalAsmDiskGroupsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalAsmDiskGroupSummary objects contained in responses from the ListExternalAsmDiskGroups operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalAsmDiskGroupSummary> ListExternalAsmDiskGroupsRecordEnumerator(ListExternalAsmDiskGroupsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalAsmDiskGroupsRequest | 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<ExternalAsmDiskGroupSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalAsmDiskGroupsResponseEnumerator(ListExternalAsmDiskGroupsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalAsmDiskGroups operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalAsmDiskGroupsResponse> ListExternalAsmDiskGroupsResponseEnumerator(ListExternalAsmDiskGroupsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalAsmDiskGroupsRequest | 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<ListExternalAsmDiskGroupsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalAsmInstancesRecordEnumerator(ListExternalAsmInstancesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalAsmInstanceSummary objects contained in responses from the ListExternalAsmInstances operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalAsmInstanceSummary> ListExternalAsmInstancesRecordEnumerator(ListExternalAsmInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalAsmInstancesRequest | 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<ExternalAsmInstanceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalAsmInstancesResponseEnumerator(ListExternalAsmInstancesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalAsmInstances operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalAsmInstancesResponse> ListExternalAsmInstancesResponseEnumerator(ListExternalAsmInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalAsmInstancesRequest | 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<ListExternalAsmInstancesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalAsmUsersRecordEnumerator(ListExternalAsmUsersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalAsmUserSummary objects contained in responses from the ListExternalAsmUsers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalAsmUserSummary> ListExternalAsmUsersRecordEnumerator(ListExternalAsmUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalAsmUsersRequest | 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<ExternalAsmUserSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalAsmUsersResponseEnumerator(ListExternalAsmUsersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalAsmUsers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalAsmUsersResponse> ListExternalAsmUsersResponseEnumerator(ListExternalAsmUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalAsmUsersRequest | 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<ListExternalAsmUsersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalAsmsRecordEnumerator(ListExternalAsmsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalAsmSummary objects contained in responses from the ListExternalAsms operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalAsmSummary> ListExternalAsmsRecordEnumerator(ListExternalAsmsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalAsmsRequest | 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<ExternalAsmSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalAsmsResponseEnumerator(ListExternalAsmsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalAsms operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalAsmsResponse> ListExternalAsmsResponseEnumerator(ListExternalAsmsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalAsmsRequest | 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<ListExternalAsmsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalClusterInstancesRecordEnumerator(ListExternalClusterInstancesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalClusterInstanceSummary objects contained in responses from the ListExternalClusterInstances operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalClusterInstanceSummary> ListExternalClusterInstancesRecordEnumerator(ListExternalClusterInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalClusterInstancesRequest | 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<ExternalClusterInstanceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalClusterInstancesResponseEnumerator(ListExternalClusterInstancesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalClusterInstances operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalClusterInstancesResponse> ListExternalClusterInstancesResponseEnumerator(ListExternalClusterInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalClusterInstancesRequest | 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<ListExternalClusterInstancesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalClustersRecordEnumerator(ListExternalClustersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalClusterSummary objects contained in responses from the ListExternalClusters operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalClusterSummary> ListExternalClustersRecordEnumerator(ListExternalClustersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalClustersRequest | 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<ExternalClusterSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalClustersResponseEnumerator(ListExternalClustersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalClusters operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalClustersResponse> ListExternalClustersResponseEnumerator(ListExternalClustersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalClustersRequest | 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<ListExternalClustersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDatabasesRecordEnumerator(ListExternalDatabasesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalDatabaseSummary objects contained in responses from the ListExternalDatabases operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalDatabaseSummary> ListExternalDatabasesRecordEnumerator(ListExternalDatabasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDatabasesRequest | 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<ExternalDatabaseSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDatabasesResponseEnumerator(ListExternalDatabasesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalDatabases operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalDatabasesResponse> ListExternalDatabasesResponseEnumerator(ListExternalDatabasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDatabasesRequest | 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<ListExternalDatabasesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbHomesRecordEnumerator(ListExternalDbHomesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalDbHomeSummary objects contained in responses from the ListExternalDbHomes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalDbHomeSummary> ListExternalDbHomesRecordEnumerator(ListExternalDbHomesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbHomesRequest | 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<ExternalDbHomeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbHomesResponseEnumerator(ListExternalDbHomesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalDbHomes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalDbHomesResponse> ListExternalDbHomesResponseEnumerator(ListExternalDbHomesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbHomesRequest | 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<ListExternalDbHomesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbNodesRecordEnumerator(ListExternalDbNodesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalDbNodeSummary objects contained in responses from the ListExternalDbNodes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalDbNodeSummary> ListExternalDbNodesRecordEnumerator(ListExternalDbNodesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbNodesRequest | 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<ExternalDbNodeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbNodesResponseEnumerator(ListExternalDbNodesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalDbNodes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalDbNodesResponse> ListExternalDbNodesResponseEnumerator(ListExternalDbNodesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbNodesRequest | 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<ListExternalDbNodesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbSystemConnectorsRecordEnumerator(ListExternalDbSystemConnectorsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalDbSystemConnectorSummary objects contained in responses from the ListExternalDbSystemConnectors operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalDbSystemConnectorSummary> ListExternalDbSystemConnectorsRecordEnumerator(ListExternalDbSystemConnectorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbSystemConnectorsRequest | 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<ExternalDbSystemConnectorSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbSystemConnectorsResponseEnumerator(ListExternalDbSystemConnectorsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalDbSystemConnectors operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalDbSystemConnectorsResponse> ListExternalDbSystemConnectorsResponseEnumerator(ListExternalDbSystemConnectorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbSystemConnectorsRequest | 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<ListExternalDbSystemConnectorsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbSystemDiscoveriesRecordEnumerator(ListExternalDbSystemDiscoveriesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalDbSystemDiscoverySummary objects contained in responses from the ListExternalDbSystemDiscoveries operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalDbSystemDiscoverySummary> ListExternalDbSystemDiscoveriesRecordEnumerator(ListExternalDbSystemDiscoveriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbSystemDiscoveriesRequest | 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<ExternalDbSystemDiscoverySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbSystemDiscoveriesResponseEnumerator(ListExternalDbSystemDiscoveriesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalDbSystemDiscoveries operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalDbSystemDiscoveriesResponse> ListExternalDbSystemDiscoveriesResponseEnumerator(ListExternalDbSystemDiscoveriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbSystemDiscoveriesRequest | 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<ListExternalDbSystemDiscoveriesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbSystemsRecordEnumerator(ListExternalDbSystemsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalDbSystemSummary objects contained in responses from the ListExternalDbSystems operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalDbSystemSummary> ListExternalDbSystemsRecordEnumerator(ListExternalDbSystemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbSystemsRequest | 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<ExternalDbSystemSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalDbSystemsResponseEnumerator(ListExternalDbSystemsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalDbSystems operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalDbSystemsResponse> ListExternalDbSystemsResponseEnumerator(ListExternalDbSystemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalDbSystemsRequest | 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<ListExternalDbSystemsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalExadataInfrastructuresRecordEnumerator(ListExternalExadataInfrastructuresRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalExadataInfrastructureSummary objects contained in responses from the ListExternalExadataInfrastructures operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalExadataInfrastructureSummary> ListExternalExadataInfrastructuresRecordEnumerator(ListExternalExadataInfrastructuresRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalExadataInfrastructuresRequest | 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<ExternalExadataInfrastructureSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalExadataInfrastructuresResponseEnumerator(ListExternalExadataInfrastructuresRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalExadataInfrastructures operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalExadataInfrastructuresResponse> ListExternalExadataInfrastructuresResponseEnumerator(ListExternalExadataInfrastructuresRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalExadataInfrastructuresRequest | 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<ListExternalExadataInfrastructuresResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalExadataStorageConnectorsRecordEnumerator(ListExternalExadataStorageConnectorsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalExadataStorageConnectorSummary objects contained in responses from the ListExternalExadataStorageConnectors operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalExadataStorageConnectorSummary> ListExternalExadataStorageConnectorsRecordEnumerator(ListExternalExadataStorageConnectorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalExadataStorageConnectorsRequest | 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<ExternalExadataStorageConnectorSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalExadataStorageConnectorsResponseEnumerator(ListExternalExadataStorageConnectorsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalExadataStorageConnectors operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalExadataStorageConnectorsResponse> ListExternalExadataStorageConnectorsResponseEnumerator(ListExternalExadataStorageConnectorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalExadataStorageConnectorsRequest | 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<ListExternalExadataStorageConnectorsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalExadataStorageServersRecordEnumerator(ListExternalExadataStorageServersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalExadataStorageServerSummary objects contained in responses from the ListExternalExadataStorageServers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalExadataStorageServerSummary> ListExternalExadataStorageServersRecordEnumerator(ListExternalExadataStorageServersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalExadataStorageServersRequest | 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<ExternalExadataStorageServerSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalExadataStorageServersResponseEnumerator(ListExternalExadataStorageServersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalExadataStorageServers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalExadataStorageServersResponse> ListExternalExadataStorageServersResponseEnumerator(ListExternalExadataStorageServersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalExadataStorageServersRequest | 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<ListExternalExadataStorageServersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalListenerServicesRecordEnumerator(ListExternalListenerServicesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalListenerServiceSummary objects contained in responses from the ListExternalListenerServices operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalListenerServiceSummary> ListExternalListenerServicesRecordEnumerator(ListExternalListenerServicesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalListenerServicesRequest | 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<ExternalListenerServiceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalListenerServicesResponseEnumerator(ListExternalListenerServicesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalListenerServices operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalListenerServicesResponse> ListExternalListenerServicesResponseEnumerator(ListExternalListenerServicesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalListenerServicesRequest | 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<ListExternalListenerServicesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalListenersRecordEnumerator(ListExternalListenersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ExternalListenerSummary objects contained in responses from the ListExternalListeners operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ExternalListenerSummary> ListExternalListenersRecordEnumerator(ListExternalListenersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalListenersRequest | 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<ExternalListenerSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListExternalListenersResponseEnumerator(ListExternalListenersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListExternalListeners operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListExternalListenersResponse> ListExternalListenersResponseEnumerator(ListExternalListenersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExternalListenersRequest | 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<ListExternalListenersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListJobExecutionsRecordEnumerator(ListJobExecutionsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the JobExecutionSummary objects contained in responses from the ListJobExecutions operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<JobExecutionSummary> ListJobExecutionsRecordEnumerator(ListJobExecutionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListJobExecutionsRequest | 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<JobExecutionSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListJobExecutionsResponseEnumerator(ListJobExecutionsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListJobExecutions operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListJobExecutionsResponse> ListJobExecutionsResponseEnumerator(ListJobExecutionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListJobExecutionsRequest | 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<ListJobExecutionsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListJobRunsRecordEnumerator(ListJobRunsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the JobRunSummary objects contained in responses from the ListJobRuns operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<JobRunSummary> ListJobRunsRecordEnumerator(ListJobRunsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListJobRunsRequest | 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<JobRunSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListJobRunsResponseEnumerator(ListJobRunsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListJobRuns operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListJobRunsResponse> ListJobRunsResponseEnumerator(ListJobRunsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListJobRunsRequest | 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<ListJobRunsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListJobsRecordEnumerator(ListJobsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the JobSummary objects contained in responses from the ListJobs operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<JobSummary> ListJobsRecordEnumerator(ListJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListJobsRequest | 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<JobSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListJobsResponseEnumerator(ListJobsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListJobs operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListJobsResponse> ListJobsResponseEnumerator(ListJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListJobsRequest | 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<ListJobsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedDatabaseGroupsRecordEnumerator(ListManagedDatabaseGroupsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ManagedDatabaseGroupSummary objects contained in responses from the ListManagedDatabaseGroups operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ManagedDatabaseGroupSummary> ListManagedDatabaseGroupsRecordEnumerator(ListManagedDatabaseGroupsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedDatabaseGroupsRequest | 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<ManagedDatabaseGroupSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedDatabaseGroupsResponseEnumerator(ListManagedDatabaseGroupsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListManagedDatabaseGroups operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListManagedDatabaseGroupsResponse> ListManagedDatabaseGroupsResponseEnumerator(ListManagedDatabaseGroupsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedDatabaseGroupsRequest | 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<ListManagedDatabaseGroupsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedDatabasesRecordEnumerator(ListManagedDatabasesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ManagedDatabaseSummary objects contained in responses from the ListManagedDatabases operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ManagedDatabaseSummary> ListManagedDatabasesRecordEnumerator(ListManagedDatabasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedDatabasesRequest | 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<ManagedDatabaseSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedDatabasesResponseEnumerator(ListManagedDatabasesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListManagedDatabases operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListManagedDatabasesResponse> ListManagedDatabasesResponseEnumerator(ListManagedDatabasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedDatabasesRequest | 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<ListManagedDatabasesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListNamedCredentialsRecordEnumerator(ListNamedCredentialsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the NamedCredentialSummary objects contained in responses from the ListNamedCredentials operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<NamedCredentialSummary> ListNamedCredentialsRecordEnumerator(ListNamedCredentialsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListNamedCredentialsRequest | 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<NamedCredentialSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListNamedCredentialsResponseEnumerator(ListNamedCredentialsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListNamedCredentials operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListNamedCredentialsResponse> ListNamedCredentialsResponseEnumerator(ListNamedCredentialsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListNamedCredentialsRequest | 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<ListNamedCredentialsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListObjectPrivilegesRecordEnumerator(ListObjectPrivilegesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ObjectPrivilegeSummary objects contained in responses from the ListObjectPrivileges operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ObjectPrivilegeSummary> ListObjectPrivilegesRecordEnumerator(ListObjectPrivilegesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListObjectPrivilegesRequest | 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<ObjectPrivilegeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListObjectPrivilegesResponseEnumerator(ListObjectPrivilegesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListObjectPrivileges operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListObjectPrivilegesResponse> ListObjectPrivilegesResponseEnumerator(ListObjectPrivilegesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListObjectPrivilegesRequest | 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<ListObjectPrivilegesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListOptimizerStatisticsCollectionAggregationsRecordEnumerator(ListOptimizerStatisticsCollectionAggregationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the OptimizerStatisticsCollectionAggregationSummary objects contained in responses from the ListOptimizerStatisticsCollectionAggregations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<OptimizerStatisticsCollectionAggregationSummary> ListOptimizerStatisticsCollectionAggregationsRecordEnumerator(ListOptimizerStatisticsCollectionAggregationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListOptimizerStatisticsCollectionAggregationsRequest | 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<OptimizerStatisticsCollectionAggregationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListOptimizerStatisticsCollectionAggregationsResponseEnumerator(ListOptimizerStatisticsCollectionAggregationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListOptimizerStatisticsCollectionAggregations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListOptimizerStatisticsCollectionAggregationsResponse> ListOptimizerStatisticsCollectionAggregationsResponseEnumerator(ListOptimizerStatisticsCollectionAggregationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListOptimizerStatisticsCollectionAggregationsRequest | 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<ListOptimizerStatisticsCollectionAggregationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListOptimizerStatisticsCollectionOperationsRecordEnumerator(ListOptimizerStatisticsCollectionOperationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the OptimizerStatisticsCollectionOperationSummary objects contained in responses from the ListOptimizerStatisticsCollectionOperations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<OptimizerStatisticsCollectionOperationSummary> ListOptimizerStatisticsCollectionOperationsRecordEnumerator(ListOptimizerStatisticsCollectionOperationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListOptimizerStatisticsCollectionOperationsRequest | 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<OptimizerStatisticsCollectionOperationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListOptimizerStatisticsCollectionOperationsResponseEnumerator(ListOptimizerStatisticsCollectionOperationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListOptimizerStatisticsCollectionOperations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListOptimizerStatisticsCollectionOperationsResponse> ListOptimizerStatisticsCollectionOperationsResponseEnumerator(ListOptimizerStatisticsCollectionOperationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListOptimizerStatisticsCollectionOperationsRequest | 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<ListOptimizerStatisticsCollectionOperationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProxiedForUsersRecordEnumerator(ListProxiedForUsersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ProxiedForUserSummary objects contained in responses from the ListProxiedForUsers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ProxiedForUserSummary> ListProxiedForUsersRecordEnumerator(ListProxiedForUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProxiedForUsersRequest | 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<ProxiedForUserSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProxiedForUsersResponseEnumerator(ListProxiedForUsersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListProxiedForUsers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListProxiedForUsersResponse> ListProxiedForUsersResponseEnumerator(ListProxiedForUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProxiedForUsersRequest | 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<ListProxiedForUsersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProxyUsersRecordEnumerator(ListProxyUsersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ProxyUserSummary objects contained in responses from the ListProxyUsers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ProxyUserSummary> ListProxyUsersRecordEnumerator(ListProxyUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProxyUsersRequest | 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<ProxyUserSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProxyUsersResponseEnumerator(ListProxyUsersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListProxyUsers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListProxyUsersResponse> ListProxyUsersResponseEnumerator(ListProxyUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProxyUsersRequest | 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<ListProxyUsersResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListRolesRecordEnumerator(ListRolesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the RoleSummary objects contained in responses from the ListRoles operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<RoleSummary> ListRolesRecordEnumerator(ListRolesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRolesRequest | 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<RoleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListRolesResponseEnumerator(ListRolesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListRoles operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListRolesResponse> ListRolesResponseEnumerator(ListRolesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRolesRequest | 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<ListRolesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSqlPlanBaselineJobsRecordEnumerator(ListSqlPlanBaselineJobsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SqlPlanBaselineJobSummary objects contained in responses from the ListSqlPlanBaselineJobs operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SqlPlanBaselineJobSummary> ListSqlPlanBaselineJobsRecordEnumerator(ListSqlPlanBaselineJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSqlPlanBaselineJobsRequest | 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<SqlPlanBaselineJobSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSqlPlanBaselineJobsResponseEnumerator(ListSqlPlanBaselineJobsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSqlPlanBaselineJobs operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSqlPlanBaselineJobsResponse> ListSqlPlanBaselineJobsResponseEnumerator(ListSqlPlanBaselineJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSqlPlanBaselineJobsRequest | 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<ListSqlPlanBaselineJobsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSqlPlanBaselinesRecordEnumerator(ListSqlPlanBaselinesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SqlPlanBaselineSummary objects contained in responses from the ListSqlPlanBaselines operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SqlPlanBaselineSummary> ListSqlPlanBaselinesRecordEnumerator(ListSqlPlanBaselinesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSqlPlanBaselinesRequest | 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<SqlPlanBaselineSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSqlPlanBaselinesResponseEnumerator(ListSqlPlanBaselinesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSqlPlanBaselines operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSqlPlanBaselinesResponse> ListSqlPlanBaselinesResponseEnumerator(ListSqlPlanBaselinesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSqlPlanBaselinesRequest | 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<ListSqlPlanBaselinesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSystemPrivilegesRecordEnumerator(ListSystemPrivilegesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SystemPrivilegeSummary objects contained in responses from the ListSystemPrivileges operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SystemPrivilegeSummary> ListSystemPrivilegesRecordEnumerator(ListSystemPrivilegesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSystemPrivilegesRequest | 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<SystemPrivilegeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSystemPrivilegesResponseEnumerator(ListSystemPrivilegesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSystemPrivileges operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSystemPrivilegesResponse> ListSystemPrivilegesResponseEnumerator(ListSystemPrivilegesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSystemPrivilegesRequest | 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<ListSystemPrivilegesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTablespacesRecordEnumerator(ListTablespacesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TablespaceSummary objects contained in responses from the ListTablespaces operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TablespaceSummary> ListTablespacesRecordEnumerator(ListTablespacesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTablespacesRequest | 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<TablespaceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTablespacesResponseEnumerator(ListTablespacesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTablespaces operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTablespacesResponse> ListTablespacesResponseEnumerator(ListTablespacesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTablespacesRequest | 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<ListTablespacesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListUsersRecordEnumerator(ListUsersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the UserSummary objects contained in responses from the ListUsers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<UserSummary> ListUsersRecordEnumerator(ListUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListUsersRequest | 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<UserSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListUsersResponseEnumerator(ListUsersRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListUsers operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListUsersResponse> ListUsersResponseEnumerator(ListUsersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListUsersRequest | 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<ListUsersResponse> | 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 |