Partager via


SearchAddressBatchOperation Constructeurs

Définition

Surcharges

SearchAddressBatchOperation()

Initialise une nouvelle instance de SearchAddressBatchOperation pour la simulation.

SearchAddressBatchOperation(MapsSearchClient, String)

Initialise une nouvelle SearchAddressBatchOperation instance

SearchAddressBatchOperation()

Source:
SearchAddressBatchOperation.cs

Initialise une nouvelle instance de SearchAddressBatchOperation pour la simulation.

protected SearchAddressBatchOperation ();
Protected Sub New ()

S’applique à

SearchAddressBatchOperation(MapsSearchClient, String)

Source:
SearchAddressBatchOperation.cs

Initialise une nouvelle SearchAddressBatchOperation instance

public SearchAddressBatchOperation (Azure.Maps.Search.MapsSearchClient client, string id);
new Azure.Maps.Search.SearchAddressBatchOperation : Azure.Maps.Search.MapsSearchClient * string -> Azure.Maps.Search.SearchAddressBatchOperation
Public Sub New (client As MapsSearchClient, id As String)

Paramètres

client
MapsSearchClient

Le client utilisé pour case activée pour l’achèvement.

id
String

ID représentant une opération spécifique.

Exceptions

client ou id est null.

S’applique à