MobileServiceClient コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MobileServiceClient() |
これは単体テスト専用です |
MobileServiceClient(IMobileServiceClientOptions) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient(String) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient(Uri) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient(String, HttpMessageHandler[]) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient(String, String) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient(Uri, HttpMessageHandler[]) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient(Uri, String) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient(String, String, HttpMessageHandler[]) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient(Uri, String, HttpMessageHandler[]) |
MobileServiceClient クラスの新しいインスタンスを初期化します。 |
MobileServiceClient()
これは単体テスト専用です
protected MobileServiceClient ();
Protected Sub New ()
適用対象
MobileServiceClient(IMobileServiceClientOptions)
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (Microsoft.WindowsAzure.MobileServices.IMobileServiceClientOptions options);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : Microsoft.WindowsAzure.MobileServices.IMobileServiceClientOptions -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (options As IMobileServiceClientOptions)
パラメーター
- options
- IMobileServiceClientOptions
接続オプション。
適用対象
MobileServiceClient(String)
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (string applicationUrl);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : string -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (applicationUrl As String)
パラメーター
- applicationUrl
- String
Microsoft Azure Mobile Service の URI。
適用対象
MobileServiceClient(Uri)
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (Uri applicationUri);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : Uri -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (applicationUri As Uri)
パラメーター
- applicationUri
- Uri
Microsoft Azure Mobile Service の URI。
適用対象
MobileServiceClient(String, HttpMessageHandler[])
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (string mobileAppUri, params System.Net.Http.HttpMessageHandler[] handlers);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : string * System.Net.Http.HttpMessageHandler[] -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (mobileAppUri As String, ParamArray handlers As HttpMessageHandler())
パラメーター
- mobileAppUri
- String
Microsoft Azure モバイル アプリの絶対 URI。
- handlers
- HttpMessageHandler[]
HttpMessageHandler インスタンスのチェーン。 最後のインスタンスを除くすべてのインスタンスは DelegatingHandler である必要があります。
適用対象
MobileServiceClient(String, String)
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (string applicationUrl, string applicationKey);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : string * string -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (applicationUrl As String, applicationKey As String)
パラメーター
- applicationUrl
- String
Microsoft Azure Mobile Service の URI。
- applicationKey
- String
Microsoft Azure Mobile Service のアプリケーション キー。
適用対象
MobileServiceClient(Uri, HttpMessageHandler[])
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (Uri mobileAppUri, params System.Net.Http.HttpMessageHandler[] handlers);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : Uri * System.Net.Http.HttpMessageHandler[] -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (mobileAppUri As Uri, ParamArray handlers As HttpMessageHandler())
パラメーター
- mobileAppUri
- Uri
Microsoft Azure モバイル アプリの絶対 URI。
- handlers
- HttpMessageHandler[]
HttpMessageHandler インスタンスのチェーン。 最後のインスタンスを除くすべてのインスタンスは DelegatingHandler である必要があります。
適用対象
MobileServiceClient(Uri, String)
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (Uri applicationUri, string applicationKey);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : Uri * string -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (applicationUri As Uri, applicationKey As String)
パラメーター
- applicationUri
- Uri
Microsoft Azure Mobile Service の URI。
- applicationKey
- String
Microsoft Azure Mobile Service のアプリケーション キー。
適用対象
MobileServiceClient(String, String, HttpMessageHandler[])
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (string applicationUrl, string applicationKey, params System.Net.Http.HttpMessageHandler[] handlers);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : string * string * System.Net.Http.HttpMessageHandler[] -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (applicationUrl As String, applicationKey As String, ParamArray handlers As HttpMessageHandler())
パラメーター
- applicationUrl
- String
Microsoft Azure Mobile Service の URI。
- applicationKey
- String
Microsoft Azure Mobile Service のアプリケーション キー。
- handlers
- HttpMessageHandler[]
HttpMessageHandler インスタンスのチェーン。 最後のインスタンスを除くすべてのインスタンスは DelegatingHandler である必要があります。
適用対象
MobileServiceClient(Uri, String, HttpMessageHandler[])
MobileServiceClient クラスの新しいインスタンスを初期化します。
public MobileServiceClient (Uri applicationUri, string applicationKey, params System.Net.Http.HttpMessageHandler[] handlers);
new Microsoft.WindowsAzure.MobileServices.MobileServiceClient : Uri * string * System.Net.Http.HttpMessageHandler[] -> Microsoft.WindowsAzure.MobileServices.MobileServiceClient
Public Sub New (applicationUri As Uri, applicationKey As String, ParamArray handlers As HttpMessageHandler())
パラメーター
- applicationUri
- Uri
Microsoft Azure Mobile Service の URI。
- applicationKey
- String
Microsoft Azure Mobile Service のアプリケーション キー。
- handlers
- HttpMessageHandler[]
HttpMessageHandler インスタンスのチェーン。 最後のインスタンスを除くすべてのインスタンスは DelegatingHandler である必要があります。
適用対象
Azure SDK for .NET