Class CloudGuardPaginators
Collection of helper methods that can be used to provide an enumerator interface to any list operations of CloudGuard 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.CloudguardService
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class CloudGuardPaginators
Constructors
CloudGuardPaginators(CloudGuardClient)
Declaration
public CloudGuardPaginators(CloudGuardClient client)
Parameters
Type | Name | Description |
---|---|---|
CloudGuardClient | client |
Methods
ListAdhocQueriesRecordEnumerator(ListAdhocQueriesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the AdhocQuerySummary objects contained in responses from the ListAdhocQueries operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<AdhocQuerySummary> ListAdhocQueriesRecordEnumerator(ListAdhocQueriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAdhocQueriesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<AdhocQuerySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListAdhocQueriesResponseEnumerator(ListAdhocQueriesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListAdhocQueries operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListAdhocQueriesResponse> ListAdhocQueriesResponseEnumerator(ListAdhocQueriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAdhocQueriesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListAdhocQueriesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListAdhocQueryResultsRecordEnumerator(ListAdhocQueryResultsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the AdhocQueryResultSummary objects contained in responses from the ListAdhocQueryResults operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<AdhocQueryResultSummary> ListAdhocQueryResultsRecordEnumerator(ListAdhocQueryResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAdhocQueryResultsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<AdhocQueryResultSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListAdhocQueryResultsResponseEnumerator(ListAdhocQueryResultsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListAdhocQueryResults operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListAdhocQueryResultsResponse> ListAdhocQueryResultsResponseEnumerator(ListAdhocQueryResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAdhocQueryResultsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListAdhocQueryResultsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListConditionMetadataTypesRecordEnumerator(ListConditionMetadataTypesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ConditionMetadataTypeSummary objects contained in responses from the ListConditionMetadataTypes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ConditionMetadataTypeSummary> ListConditionMetadataTypesRecordEnumerator(ListConditionMetadataTypesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConditionMetadataTypesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ConditionMetadataTypeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListConditionMetadataTypesResponseEnumerator(ListConditionMetadataTypesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListConditionMetadataTypes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListConditionMetadataTypesResponse> ListConditionMetadataTypesResponseEnumerator(ListConditionMetadataTypesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConditionMetadataTypesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListConditionMetadataTypesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataMaskRulesRecordEnumerator(ListDataMaskRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DataMaskRuleSummary objects contained in responses from the ListDataMaskRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DataMaskRuleSummary> ListDataMaskRulesRecordEnumerator(ListDataMaskRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataMaskRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<DataMaskRuleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataMaskRulesResponseEnumerator(ListDataMaskRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDataMaskRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDataMaskRulesResponse> ListDataMaskRulesResponseEnumerator(ListDataMaskRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataMaskRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListDataMaskRulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataSourceEventsRecordEnumerator(ListDataSourceEventsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DataSourceEventSummary objects contained in responses from the ListDataSourceEvents operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DataSourceEventSummary> ListDataSourceEventsRecordEnumerator(ListDataSourceEventsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataSourceEventsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<DataSourceEventSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataSourceEventsResponseEnumerator(ListDataSourceEventsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDataSourceEvents operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDataSourceEventsResponse> ListDataSourceEventsResponseEnumerator(ListDataSourceEventsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataSourceEventsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListDataSourceEventsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataSourcesRecordEnumerator(ListDataSourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DataSourceSummary objects contained in responses from the ListDataSources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DataSourceSummary> ListDataSourcesRecordEnumerator(ListDataSourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataSourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<DataSourceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDataSourcesResponseEnumerator(ListDataSourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDataSources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDataSourcesResponse> ListDataSourcesResponseEnumerator(ListDataSourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataSourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListDataSourcesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDetectorRecipeDetectorRulesRecordEnumerator(ListDetectorRecipeDetectorRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DetectorRecipeDetectorRuleSummary objects contained in responses from the ListDetectorRecipeDetectorRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DetectorRecipeDetectorRuleSummary> ListDetectorRecipeDetectorRulesRecordEnumerator(ListDetectorRecipeDetectorRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDetectorRecipeDetectorRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<DetectorRecipeDetectorRuleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDetectorRecipeDetectorRulesResponseEnumerator(ListDetectorRecipeDetectorRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDetectorRecipeDetectorRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDetectorRecipeDetectorRulesResponse> ListDetectorRecipeDetectorRulesResponseEnumerator(ListDetectorRecipeDetectorRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDetectorRecipeDetectorRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListDetectorRecipeDetectorRulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDetectorRecipesRecordEnumerator(ListDetectorRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DetectorRecipeSummary objects contained in responses from the ListDetectorRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DetectorRecipeSummary> ListDetectorRecipesRecordEnumerator(ListDetectorRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDetectorRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<DetectorRecipeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDetectorRecipesResponseEnumerator(ListDetectorRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDetectorRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDetectorRecipesResponse> ListDetectorRecipesResponseEnumerator(ListDetectorRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDetectorRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListDetectorRecipesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDetectorRulesRecordEnumerator(ListDetectorRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DetectorRuleSummary objects contained in responses from the ListDetectorRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DetectorRuleSummary> ListDetectorRulesRecordEnumerator(ListDetectorRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDetectorRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<DetectorRuleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDetectorRulesResponseEnumerator(ListDetectorRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDetectorRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDetectorRulesResponse> ListDetectorRulesResponseEnumerator(ListDetectorRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDetectorRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListDetectorRulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDetectorsRecordEnumerator(ListDetectorsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the DetectorSummary objects contained in responses from the ListDetectors operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<DetectorSummary> ListDetectorsRecordEnumerator(ListDetectorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDetectorsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<DetectorSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListDetectorsResponseEnumerator(ListDetectorsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListDetectors operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListDetectorsResponse> ListDetectorsResponseEnumerator(ListDetectorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDetectorsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListDetectorsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListImpactedResourcesRecordEnumerator(ListImpactedResourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ImpactedResourceSummary objects contained in responses from the ListImpactedResources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ImpactedResourceSummary> ListImpactedResourcesRecordEnumerator(ListImpactedResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListImpactedResourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ImpactedResourceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListImpactedResourcesResponseEnumerator(ListImpactedResourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListImpactedResources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListImpactedResourcesResponse> ListImpactedResourcesResponseEnumerator(ListImpactedResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListImpactedResourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListImpactedResourcesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedListTypesRecordEnumerator(ListManagedListTypesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ManagedListTypeSummary objects contained in responses from the ListManagedListTypes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ManagedListTypeSummary> ListManagedListTypesRecordEnumerator(ListManagedListTypesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedListTypesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ManagedListTypeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedListTypesResponseEnumerator(ListManagedListTypesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListManagedListTypes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListManagedListTypesResponse> ListManagedListTypesResponseEnumerator(ListManagedListTypesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedListTypesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListManagedListTypesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedListsRecordEnumerator(ListManagedListsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ManagedListSummary objects contained in responses from the ListManagedLists operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ManagedListSummary> ListManagedListsRecordEnumerator(ListManagedListsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedListsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ManagedListSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListManagedListsResponseEnumerator(ListManagedListsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListManagedLists operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListManagedListsResponse> ListManagedListsResponseEnumerator(ListManagedListsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListManagedListsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListManagedListsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPoliciesRecordEnumerator(ListPoliciesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the PolicySummary objects contained in responses from the ListPolicies operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<PolicySummary> ListPoliciesRecordEnumerator(ListPoliciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPoliciesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<PolicySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListPoliciesResponseEnumerator(ListPoliciesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListPolicies operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListPoliciesResponse> ListPoliciesResponseEnumerator(ListPoliciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPoliciesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListPoliciesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProblemEndpointsRecordEnumerator(ListProblemEndpointsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ProblemEndpointSummary objects contained in responses from the ListProblemEndpoints operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ProblemEndpointSummary> ListProblemEndpointsRecordEnumerator(ListProblemEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProblemEndpointsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ProblemEndpointSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProblemEndpointsResponseEnumerator(ListProblemEndpointsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListProblemEndpoints operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListProblemEndpointsResponse> ListProblemEndpointsResponseEnumerator(ListProblemEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProblemEndpointsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListProblemEndpointsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProblemEntitiesRecordEnumerator(ListProblemEntitiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ProblemEntitySummary objects contained in responses from the ListProblemEntities operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ProblemEntitySummary> ListProblemEntitiesRecordEnumerator(ListProblemEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProblemEntitiesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ProblemEntitySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProblemEntitiesResponseEnumerator(ListProblemEntitiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListProblemEntities operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListProblemEntitiesResponse> ListProblemEntitiesResponseEnumerator(ListProblemEntitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProblemEntitiesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListProblemEntitiesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProblemHistoriesRecordEnumerator(ListProblemHistoriesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ProblemHistorySummary objects contained in responses from the ListProblemHistories operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ProblemHistorySummary> ListProblemHistoriesRecordEnumerator(ListProblemHistoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProblemHistoriesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ProblemHistorySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProblemHistoriesResponseEnumerator(ListProblemHistoriesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListProblemHistories operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListProblemHistoriesResponse> ListProblemHistoriesResponseEnumerator(ListProblemHistoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProblemHistoriesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListProblemHistoriesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProblemsRecordEnumerator(ListProblemsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ProblemSummary objects contained in responses from the ListProblems operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ProblemSummary> ListProblemsRecordEnumerator(ListProblemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProblemsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ProblemSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListProblemsResponseEnumerator(ListProblemsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListProblems operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListProblemsResponse> ListProblemsResponseEnumerator(ListProblemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListProblemsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListProblemsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListRecommendationsRecordEnumerator(ListRecommendationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the RecommendationSummary objects contained in responses from the ListRecommendations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<RecommendationSummary> ListRecommendationsRecordEnumerator(ListRecommendationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRecommendationsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<RecommendationSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListRecommendationsResponseEnumerator(ListRecommendationsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListRecommendations operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListRecommendationsResponse> ListRecommendationsResponseEnumerator(ListRecommendationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRecommendationsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListRecommendationsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourcePortsRecordEnumerator(ListResourcePortsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResourcePortSummary objects contained in responses from the ListResourcePorts operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResourcePortSummary> ListResourcePortsRecordEnumerator(ListResourcePortsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourcePortsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResourcePortSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourcePortsResponseEnumerator(ListResourcePortsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResourcePorts operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResourcePortsResponse> ListResourcePortsResponseEnumerator(ListResourcePortsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourcePortsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResourcePortsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceProfileEndpointsRecordEnumerator(ListResourceProfileEndpointsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResourceProfileEndpointSummary objects contained in responses from the ListResourceProfileEndpoints operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResourceProfileEndpointSummary> ListResourceProfileEndpointsRecordEnumerator(ListResourceProfileEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceProfileEndpointsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResourceProfileEndpointSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceProfileEndpointsResponseEnumerator(ListResourceProfileEndpointsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResourceProfileEndpoints operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResourceProfileEndpointsResponse> ListResourceProfileEndpointsResponseEnumerator(ListResourceProfileEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceProfileEndpointsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResourceProfileEndpointsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceProfileImpactedResourcesRecordEnumerator(ListResourceProfileImpactedResourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResourceProfileImpactedResourceSummary objects contained in responses from the ListResourceProfileImpactedResources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResourceProfileImpactedResourceSummary> ListResourceProfileImpactedResourcesRecordEnumerator(ListResourceProfileImpactedResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceProfileImpactedResourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResourceProfileImpactedResourceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceProfileImpactedResourcesResponseEnumerator(ListResourceProfileImpactedResourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResourceProfileImpactedResources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResourceProfileImpactedResourcesResponse> ListResourceProfileImpactedResourcesResponseEnumerator(ListResourceProfileImpactedResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceProfileImpactedResourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResourceProfileImpactedResourcesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceProfilesRecordEnumerator(ListResourceProfilesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResourceProfileSummary objects contained in responses from the ListResourceProfiles operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResourceProfileSummary> ListResourceProfilesRecordEnumerator(ListResourceProfilesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceProfilesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResourceProfileSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceProfilesResponseEnumerator(ListResourceProfilesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResourceProfiles operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResourceProfilesResponse> ListResourceProfilesResponseEnumerator(ListResourceProfilesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceProfilesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResourceProfilesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceTypesRecordEnumerator(ListResourceTypesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResourceTypeSummary objects contained in responses from the ListResourceTypes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResourceTypeSummary> ListResourceTypesRecordEnumerator(ListResourceTypesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceTypesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResourceTypeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceTypesResponseEnumerator(ListResourceTypesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResourceTypes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResourceTypesResponse> ListResourceTypesResponseEnumerator(ListResourceTypesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceTypesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResourceTypesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceVulnerabilitiesRecordEnumerator(ListResourceVulnerabilitiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResourceVulnerabilitySummary objects contained in responses from the ListResourceVulnerabilities operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResourceVulnerabilitySummary> ListResourceVulnerabilitiesRecordEnumerator(ListResourceVulnerabilitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceVulnerabilitiesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResourceVulnerabilitySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourceVulnerabilitiesResponseEnumerator(ListResourceVulnerabilitiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResourceVulnerabilities operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResourceVulnerabilitiesResponse> ListResourceVulnerabilitiesResponseEnumerator(ListResourceVulnerabilitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourceVulnerabilitiesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResourceVulnerabilitiesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourcesRecordEnumerator(ListResourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResourceSummary objects contained in responses from the ListResources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResourceSummary> ListResourcesRecordEnumerator(ListResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResourceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResourcesResponseEnumerator(ListResourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResourcesResponse> ListResourcesResponseEnumerator(ListResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResourcesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderActivitiesRecordEnumerator(ListResponderActivitiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResponderActivitySummary objects contained in responses from the ListResponderActivities operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResponderActivitySummary> ListResponderActivitiesRecordEnumerator(ListResponderActivitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderActivitiesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResponderActivitySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderActivitiesResponseEnumerator(ListResponderActivitiesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResponderActivities operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResponderActivitiesResponse> ListResponderActivitiesResponseEnumerator(ListResponderActivitiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderActivitiesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResponderActivitiesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderExecutionsRecordEnumerator(ListResponderExecutionsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResponderExecutionSummary objects contained in responses from the ListResponderExecutions operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResponderExecutionSummary> ListResponderExecutionsRecordEnumerator(ListResponderExecutionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderExecutionsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResponderExecutionSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderExecutionsResponseEnumerator(ListResponderExecutionsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResponderExecutions operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResponderExecutionsResponse> ListResponderExecutionsResponseEnumerator(ListResponderExecutionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderExecutionsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResponderExecutionsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderRecipeResponderRulesRecordEnumerator(ListResponderRecipeResponderRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResponderRecipeResponderRuleSummary objects contained in responses from the ListResponderRecipeResponderRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResponderRecipeResponderRuleSummary> ListResponderRecipeResponderRulesRecordEnumerator(ListResponderRecipeResponderRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderRecipeResponderRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResponderRecipeResponderRuleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderRecipeResponderRulesResponseEnumerator(ListResponderRecipeResponderRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResponderRecipeResponderRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResponderRecipeResponderRulesResponse> ListResponderRecipeResponderRulesResponseEnumerator(ListResponderRecipeResponderRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderRecipeResponderRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResponderRecipeResponderRulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderRecipesRecordEnumerator(ListResponderRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResponderRecipeSummary objects contained in responses from the ListResponderRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResponderRecipeSummary> ListResponderRecipesRecordEnumerator(ListResponderRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResponderRecipeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderRecipesResponseEnumerator(ListResponderRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResponderRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResponderRecipesResponse> ListResponderRecipesResponseEnumerator(ListResponderRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResponderRecipesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderRulesRecordEnumerator(ListResponderRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the ResponderRuleSummary objects contained in responses from the ListResponderRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ResponderRuleSummary> ListResponderRulesRecordEnumerator(ListResponderRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ResponderRuleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListResponderRulesResponseEnumerator(ListResponderRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListResponderRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListResponderRulesResponse> ListResponderRulesResponseEnumerator(ListResponderRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListResponderRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListResponderRulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSavedQueriesRecordEnumerator(ListSavedQueriesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SavedQuerySummary objects contained in responses from the ListSavedQueries operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SavedQuerySummary> ListSavedQueriesRecordEnumerator(ListSavedQueriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSavedQueriesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<SavedQuerySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSavedQueriesResponseEnumerator(ListSavedQueriesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSavedQueries operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSavedQueriesResponse> ListSavedQueriesResponseEnumerator(ListSavedQueriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSavedQueriesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListSavedQueriesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSecurityPoliciesRecordEnumerator(ListSecurityPoliciesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SecurityPolicySummary objects contained in responses from the ListSecurityPolicies operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SecurityPolicySummary> ListSecurityPoliciesRecordEnumerator(ListSecurityPoliciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSecurityPoliciesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<SecurityPolicySummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSecurityPoliciesResponseEnumerator(ListSecurityPoliciesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSecurityPolicies operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSecurityPoliciesResponse> ListSecurityPoliciesResponseEnumerator(ListSecurityPoliciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSecurityPoliciesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListSecurityPoliciesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSecurityRecipesRecordEnumerator(ListSecurityRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SecurityRecipeSummary objects contained in responses from the ListSecurityRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SecurityRecipeSummary> ListSecurityRecipesRecordEnumerator(ListSecurityRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSecurityRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<SecurityRecipeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSecurityRecipesResponseEnumerator(ListSecurityRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSecurityRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSecurityRecipesResponse> ListSecurityRecipesResponseEnumerator(ListSecurityRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSecurityRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListSecurityRecipesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSecurityZonesRecordEnumerator(ListSecurityZonesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SecurityZoneSummary objects contained in responses from the ListSecurityZones operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SecurityZoneSummary> ListSecurityZonesRecordEnumerator(ListSecurityZonesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSecurityZonesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<SecurityZoneSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSecurityZonesResponseEnumerator(ListSecurityZonesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSecurityZones operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSecurityZonesResponse> ListSecurityZonesResponseEnumerator(ListSecurityZonesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSecurityZonesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListSecurityZonesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSightingEndpointsRecordEnumerator(ListSightingEndpointsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SightingEndpointSummary objects contained in responses from the ListSightingEndpoints operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SightingEndpointSummary> ListSightingEndpointsRecordEnumerator(ListSightingEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSightingEndpointsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<SightingEndpointSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSightingEndpointsResponseEnumerator(ListSightingEndpointsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSightingEndpoints operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSightingEndpointsResponse> ListSightingEndpointsResponseEnumerator(ListSightingEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSightingEndpointsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListSightingEndpointsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSightingImpactedResourcesRecordEnumerator(ListSightingImpactedResourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SightingImpactedResourceSummary objects contained in responses from the ListSightingImpactedResources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SightingImpactedResourceSummary> ListSightingImpactedResourcesRecordEnumerator(ListSightingImpactedResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSightingImpactedResourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<SightingImpactedResourceSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSightingImpactedResourcesResponseEnumerator(ListSightingImpactedResourcesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSightingImpactedResources operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSightingImpactedResourcesResponse> ListSightingImpactedResourcesResponseEnumerator(ListSightingImpactedResourcesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSightingImpactedResourcesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListSightingImpactedResourcesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSightingsRecordEnumerator(ListSightingsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the SightingSummary objects contained in responses from the ListSightings operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<SightingSummary> ListSightingsRecordEnumerator(ListSightingsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSightingsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<SightingSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListSightingsResponseEnumerator(ListSightingsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListSightings operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListSightingsResponse> ListSightingsResponseEnumerator(ListSightingsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSightingsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListSightingsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTacticsRecordEnumerator(ListTacticsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TacticSummary objects contained in responses from the ListTactics operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TacticSummary> ListTacticsRecordEnumerator(ListTacticsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTacticsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<TacticSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTacticsResponseEnumerator(ListTacticsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTactics operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTacticsResponse> ListTacticsResponseEnumerator(ListTacticsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTacticsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListTacticsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetDetectorRecipeDetectorRulesRecordEnumerator(ListTargetDetectorRecipeDetectorRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TargetDetectorRecipeDetectorRuleSummary objects contained in responses from the ListTargetDetectorRecipeDetectorRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TargetDetectorRecipeDetectorRuleSummary> ListTargetDetectorRecipeDetectorRulesRecordEnumerator(ListTargetDetectorRecipeDetectorRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetDetectorRecipeDetectorRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<TargetDetectorRecipeDetectorRuleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetDetectorRecipeDetectorRulesResponseEnumerator(ListTargetDetectorRecipeDetectorRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTargetDetectorRecipeDetectorRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTargetDetectorRecipeDetectorRulesResponse> ListTargetDetectorRecipeDetectorRulesResponseEnumerator(ListTargetDetectorRecipeDetectorRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetDetectorRecipeDetectorRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListTargetDetectorRecipeDetectorRulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetDetectorRecipesRecordEnumerator(ListTargetDetectorRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TargetDetectorRecipeSummary objects contained in responses from the ListTargetDetectorRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TargetDetectorRecipeSummary> ListTargetDetectorRecipesRecordEnumerator(ListTargetDetectorRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetDetectorRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<TargetDetectorRecipeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetDetectorRecipesResponseEnumerator(ListTargetDetectorRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTargetDetectorRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTargetDetectorRecipesResponse> ListTargetDetectorRecipesResponseEnumerator(ListTargetDetectorRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetDetectorRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListTargetDetectorRecipesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetResponderRecipeResponderRulesRecordEnumerator(ListTargetResponderRecipeResponderRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TargetResponderRecipeResponderRuleSummary objects contained in responses from the ListTargetResponderRecipeResponderRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TargetResponderRecipeResponderRuleSummary> ListTargetResponderRecipeResponderRulesRecordEnumerator(ListTargetResponderRecipeResponderRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetResponderRecipeResponderRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<TargetResponderRecipeResponderRuleSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetResponderRecipeResponderRulesResponseEnumerator(ListTargetResponderRecipeResponderRulesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTargetResponderRecipeResponderRules operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTargetResponderRecipeResponderRulesResponse> ListTargetResponderRecipeResponderRulesResponseEnumerator(ListTargetResponderRecipeResponderRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetResponderRecipeResponderRulesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListTargetResponderRecipeResponderRulesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetResponderRecipesRecordEnumerator(ListTargetResponderRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TargetResponderRecipeSummary objects contained in responses from the ListTargetResponderRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TargetResponderRecipeSummary> ListTargetResponderRecipesRecordEnumerator(ListTargetResponderRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetResponderRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<TargetResponderRecipeSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetResponderRecipesResponseEnumerator(ListTargetResponderRecipesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTargetResponderRecipes operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTargetResponderRecipesResponse> ListTargetResponderRecipesResponseEnumerator(ListTargetResponderRecipesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetResponderRecipesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListTargetResponderRecipesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetsRecordEnumerator(ListTargetsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TargetSummary objects contained in responses from the ListTargets operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TargetSummary> ListTargetsRecordEnumerator(ListTargetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<TargetSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTargetsResponseEnumerator(ListTargetsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTargets operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTargetsResponse> ListTargetsResponseEnumerator(ListTargetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTargetsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListTargetsResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTechniquesRecordEnumerator(ListTechniquesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the TechniqueSummary objects contained in responses from the ListTechniques operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<TechniqueSummary> ListTechniquesRecordEnumerator(ListTechniquesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTechniquesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<TechniqueSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListTechniquesResponseEnumerator(ListTechniquesRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListTechniques operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListTechniquesResponse> ListTechniquesResponseEnumerator(ListTechniquesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListTechniquesRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListTechniquesResponse> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlpAgentsRecordEnumerator(ListWlpAgentsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the WlpAgentSummary objects contained in responses from the ListWlpAgents operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<WlpAgentSummary> ListWlpAgentsRecordEnumerator(ListWlpAgentsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlpAgentsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<WlpAgentSummary> | The enumerator, which supports a simple iteration over a collection of a specified type |
ListWlpAgentsResponseEnumerator(ListWlpAgentsRequest, RetryConfiguration, CancellationToken)
Creates a new enumerable which will iterate over the responses received from the ListWlpAgents operation. This enumerable will fetch more data from the server as needed.
Declaration
public IEnumerable<ListWlpAgentsResponse> ListWlpAgentsResponseEnumerator(ListWlpAgentsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListWlpAgentsRequest | request | The request object containing the details to send |
RetryConfiguration | retryConfiguration | The configuration for retrying, may be null |
CancellationToken | cancellationToken | The cancellation token object |
Returns
Type | Description |
---|---|
IEnumerable<ListWlpAgentsResponse> | 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 |