ReverseSearchAddressBatchOperation Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReverseSearchAddressBatchOperation() |
Initialise une nouvelle instance de ReverseSearchAddressBatchOperation pour la simulation. |
ReverseSearchAddressBatchOperation(MapsSearchClient, String) |
Initialise une nouvelle ReverseSearchAddressBatchOperation instance |
ReverseSearchAddressBatchOperation()
Initialise une nouvelle instance de ReverseSearchAddressBatchOperation pour la simulation.
protected ReverseSearchAddressBatchOperation ();
Protected Sub New ()
S’applique à
ReverseSearchAddressBatchOperation(MapsSearchClient, String)
Initialise une nouvelle ReverseSearchAddressBatchOperation instance
public ReverseSearchAddressBatchOperation (Azure.Maps.Search.MapsSearchClient client, string id);
new Azure.Maps.Search.ReverseSearchAddressBatchOperation : Azure.Maps.Search.MapsSearchClient * string -> Azure.Maps.Search.ReverseSearchAddressBatchOperation
Public Sub New (client As MapsSearchClient, id As String)
Paramètres
- client
- MapsSearchClient
- id
- String
S’applique à
Azure SDK for .NET