StorageDomainManager<TData> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices)
StorageDomainManager<TData> の新しいインスタンスを作成します
public StorageDomainManager (string connectionStringName, string tableName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services);
new Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> : string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices -> Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Sub New (connectionStringName As String, tableName As String, request As HttpRequestMessage, services As ApiServices)
パラメーター
- connectionStringName
- String
ストレージ接続文字列の名前
- tableName
- String
テーブルの名前
- request
- HttpRequestMessage
のインスタンス。HttpRequestMessage
- services
- ApiServices
のインスタンス。ApiServices
適用対象
StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, Boolean)
StorageDomainManager<TData> の新しいインスタンスを作成します
public StorageDomainManager (string connectionStringName, string tableName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> : string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * bool -> Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Sub New (connectionStringName As String, tableName As String, request As HttpRequestMessage, services As ApiServices, enableSoftDelete As Boolean)
パラメーター
- connectionStringName
- String
ストレージ接続文字列の名前
- tableName
- String
テーブルの名前
- request
- HttpRequestMessage
のインスタンス。HttpRequestMessage
- services
- ApiServices
のインスタンス。ApiServices
- enableSoftDelete
- Boolean
行をハード削除するか、削除済みとしてマークするかを指定します。
適用対象
StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings)
StorageDomainManager<TData> の新しいインスタンスを作成します
public StorageDomainManager (string connectionStringName, string tableName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, System.Web.Http.OData.Query.ODataValidationSettings validationSettings, System.Web.Http.OData.Query.ODataQuerySettings querySettings);
new Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> : string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * System.Web.Http.OData.Query.ODataValidationSettings * System.Web.Http.OData.Query.ODataQuerySettings -> Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Sub New (connectionStringName As String, tableName As String, request As HttpRequestMessage, services As ApiServices, validationSettings As ODataValidationSettings, querySettings As ODataQuerySettings)
パラメーター
- connectionStringName
- String
ストレージ接続文字列の名前
- tableName
- String
テーブルの名前
- request
- HttpRequestMessage
のインスタンス。HttpRequestMessage
- services
- ApiServices
のインスタンス。ApiServices
- validationSettings
- System.Web.Http.OData.Query.ODataValidationSettings
のインスタンス。System.Web.Http.OData.Query.ODataValidationSettings
- querySettings
- System.Web.Http.OData.Query.ODataQuerySettings
のインスタンス。System.Web.Http.OData.Query.ODataQuerySettings
適用対象
StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings, Boolean)
StorageDomainManager<TData> の新しいインスタンスを作成します
public StorageDomainManager (string connectionStringName, string tableName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, System.Web.Http.OData.Query.ODataValidationSettings validationSettings, System.Web.Http.OData.Query.ODataQuerySettings querySettings, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> : string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * System.Web.Http.OData.Query.ODataValidationSettings * System.Web.Http.OData.Query.ODataQuerySettings * bool -> Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Sub New (connectionStringName As String, tableName As String, request As HttpRequestMessage, services As ApiServices, validationSettings As ODataValidationSettings, querySettings As ODataQuerySettings, enableSoftDelete As Boolean)
パラメーター
- connectionStringName
- String
ストレージ接続文字列の名前
- tableName
- String
テーブルの名前
- request
- HttpRequestMessage
のインスタンス。HttpRequestMessage
- services
- ApiServices
のインスタンス。ApiServices
- validationSettings
- System.Web.Http.OData.Query.ODataValidationSettings
のインスタンス。System.Web.Http.OData.Query.ODataValidationSettings
- querySettings
- System.Web.Http.OData.Query.ODataQuerySettings
のインスタンス。System.Web.Http.OData.Query.ODataQuerySettings
- enableSoftDelete
- Boolean
行をハード削除するか、削除済みとしてマークするかを指定します。
適用対象
Azure SDK for .NET