MapsRenderingClientOptions Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes new instance of MapsRenderClientOptions.
public MapsRenderingClientOptions (Azure.Maps.Rendering.MapsRenderingClientOptions.ServiceVersion version = Azure.Maps.Rendering.MapsRenderingClientOptions+ServiceVersion.V2024_04_01, Uri endpoint = default, Azure.Maps.Rendering.MediaType? acceptMediaType = default);
new Azure.Maps.Rendering.MapsRenderingClientOptions : Azure.Maps.Rendering.MapsRenderingClientOptions.ServiceVersion * Uri * Nullable<Azure.Maps.Rendering.MediaType> -> Azure.Maps.Rendering.MapsRenderingClientOptions
Public Sub New (Optional version As MapsRenderingClientOptions.ServiceVersion = Azure.Maps.Rendering.MapsRenderingClientOptions+ServiceVersion.V2024_04_01, Optional endpoint As Uri = Nothing, Optional acceptMediaType As Nullable(Of MediaType) = Nothing)
Parameters
Azure Maps Render API version.
- endpoint
- Uri
The endpoint for Azure Maps.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET