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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET