MapsSearchModelFactory.GeocodingBatchResponseSummary Method

Definition

Initializes a new instance of GeocodingBatchResponseSummary.

public static Azure.Maps.Search.Models.GeocodingBatchResponseSummary GeocodingBatchResponseSummary (int? successfulRequests = default, int? totalRequests = default);
static member GeocodingBatchResponseSummary : Nullable<int> * Nullable<int> -> Azure.Maps.Search.Models.GeocodingBatchResponseSummary
Public Shared Function GeocodingBatchResponseSummary (Optional successfulRequests As Nullable(Of Integer) = Nothing, Optional totalRequests As Nullable(Of Integer) = Nothing) As GeocodingBatchResponseSummary

Parameters

successfulRequests
Nullable<Int32>

Number of successful requests in the batch.

totalRequests
Nullable<Int32>

Total number of requests in the batch.

Returns

A new GeocodingBatchResponseSummary instance for mocking.

Applies to