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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET