MapsGeolocationClient コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MapsGeolocationClient() |
GeolocationClient の新しいインスタンスを初期化します。 |
MapsGeolocationClient(AzureKeyCredential) |
MapsGeolocationClient の新しいインスタンスを初期化します。 |
MapsGeolocationClient(AzureSasCredential) |
MapsGeolocationClient の新しいインスタンスを初期化します。 |
MapsGeolocationClient(AzureKeyCredential, MapsGeolocationClientOptions) |
MapsGeolocationClient の新しいインスタンスを初期化します。 |
MapsGeolocationClient(AzureSasCredential, MapsGeolocationClientOptions) |
MapsGeolocationClient の新しいインスタンスを初期化します。 |
MapsGeolocationClient(TokenCredential, String) |
MapsGeolocationClient の新しいインスタンスを初期化します。 |
MapsGeolocationClient(TokenCredential, String, MapsGeolocationClientOptions) |
MapsGeolocationClient の新しいインスタンスを初期化します。 |
MapsGeolocationClient()
- Source:
- MapsGeolocationClient.cs
GeolocationClient の新しいインスタンスを初期化します。
protected MapsGeolocationClient ();
Protected Sub New ()
適用対象
MapsGeolocationClient(AzureKeyCredential)
- Source:
- MapsGeolocationClient.cs
MapsGeolocationClient の新しいインスタンスを初期化します。
public MapsGeolocationClient (Azure.AzureKeyCredential credential);
new Azure.Maps.Geolocation.MapsGeolocationClient : Azure.AzureKeyCredential -> Azure.Maps.Geolocation.MapsGeolocationClient
Public Sub New (credential As AzureKeyCredential)
パラメーター
- credential
- AzureKeyCredential
Azure Maps Geolocation Service に対する認証に使用される共有キー資格情報。
例外
credential
が null です。
適用対象
MapsGeolocationClient(AzureSasCredential)
- Source:
- MapsGeolocationClient.cs
MapsGeolocationClient の新しいインスタンスを初期化します。
public MapsGeolocationClient (Azure.AzureSasCredential credential);
new Azure.Maps.Geolocation.MapsGeolocationClient : Azure.AzureSasCredential -> Azure.Maps.Geolocation.MapsGeolocationClient
Public Sub New (credential As AzureSasCredential)
パラメーター
- credential
- AzureSasCredential
Azure への接続に使用される Shared Access Signature 資格情報。 この署名は、 を使用して AzureSasCredential構築できます。
適用対象
MapsGeolocationClient(AzureKeyCredential, MapsGeolocationClientOptions)
- Source:
- MapsGeolocationClient.cs
MapsGeolocationClient の新しいインスタンスを初期化します。
public MapsGeolocationClient (Azure.AzureKeyCredential credential, Azure.Maps.Geolocation.MapsGeolocationClientOptions options);
new Azure.Maps.Geolocation.MapsGeolocationClient : Azure.AzureKeyCredential * Azure.Maps.Geolocation.MapsGeolocationClientOptions -> Azure.Maps.Geolocation.MapsGeolocationClient
Public Sub New (credential As AzureKeyCredential, options As MapsGeolocationClientOptions)
パラメーター
- credential
- AzureKeyCredential
Azure Maps Geolocation Service に対する認証に使用される共有キー資格情報。
- options
- MapsGeolocationClientOptions
クライアントを構成するためのオプション。
適用対象
MapsGeolocationClient(AzureSasCredential, MapsGeolocationClientOptions)
- Source:
- MapsGeolocationClient.cs
MapsGeolocationClient の新しいインスタンスを初期化します。
public MapsGeolocationClient (Azure.AzureSasCredential credential, Azure.Maps.Geolocation.MapsGeolocationClientOptions options);
new Azure.Maps.Geolocation.MapsGeolocationClient : Azure.AzureSasCredential * Azure.Maps.Geolocation.MapsGeolocationClientOptions -> Azure.Maps.Geolocation.MapsGeolocationClient
Public Sub New (credential As AzureSasCredential, options As MapsGeolocationClientOptions)
パラメーター
- credential
- AzureSasCredential
Azure への接続に使用される Shared Access Signature 資格情報。 この署名は、 を使用して AzureSasCredential構築できます。
- options
- MapsGeolocationClientOptions
クライアントを構成するためのオプション。
適用対象
MapsGeolocationClient(TokenCredential, String)
- Source:
- MapsGeolocationClient.cs
MapsGeolocationClient の新しいインスタンスを初期化します。
public MapsGeolocationClient (Azure.Core.TokenCredential credential, string clientId);
new Azure.Maps.Geolocation.MapsGeolocationClient : Azure.Core.TokenCredential * string -> Azure.Maps.Geolocation.MapsGeolocationClient
Public Sub New (credential As TokenCredential, clientId As String)
パラメーター
- credential
- TokenCredential
Azure Maps Geolocation Service に対する認証に使用される資格情報。
- clientId
- String
Azure AD セキュリティ モデルと組み合わせて使用するアカウントを指定します。 Azure Maps アカウントの一意の ID を表し、Azure Maps管理プレーン アカウント API から取得できます。 Azure Mapsで Azure AD セキュリティを使用するには、ガイダンスについては、次の記事を参照してください。
例外
credential
または clientId
が null です。
適用対象
MapsGeolocationClient(TokenCredential, String, MapsGeolocationClientOptions)
- Source:
- MapsGeolocationClient.cs
MapsGeolocationClient の新しいインスタンスを初期化します。
public MapsGeolocationClient (Azure.Core.TokenCredential credential, string clientId, Azure.Maps.Geolocation.MapsGeolocationClientOptions options);
new Azure.Maps.Geolocation.MapsGeolocationClient : Azure.Core.TokenCredential * string * Azure.Maps.Geolocation.MapsGeolocationClientOptions -> Azure.Maps.Geolocation.MapsGeolocationClient
Public Sub New (credential As TokenCredential, clientId As String, options As MapsGeolocationClientOptions)
パラメーター
- credential
- TokenCredential
Azure Maps Geolocation Service に対する認証に使用される資格情報。
- clientId
- String
Azure AD セキュリティ モデルと組み合わせて使用するアカウントを指定します。 Azure Maps アカウントの一意の ID を表し、Azure Maps管理プレーン アカウント API から取得できます。 Azure Mapsで Azure AD セキュリティを使用するには、ガイダンスについては、次の記事を参照してください。
- options
- MapsGeolocationClientOptions
クライアントを構成するためのオプション。
例外
credential
または clientId
が null です。
適用対象
Azure SDK for .NET