共用方式為


AzureStorageOperationOptions.ConfigureTableServiceClient 方法

定義

多載

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)
已淘汰.

使用提供的回呼來設定 TableServiceClient

ConfigureTableServiceClient(String)
已淘汰.

TableServiceClient使用 連接字串 設定 。

ConfigureTableServiceClient(Uri)
已淘汰.

TableServiceClient使用已驗證的服務 URI 來設定 。

ConfigureTableServiceClient(Uri, AzureSasCredential)
已淘汰.

TableServiceClient使用已驗證的服務 URI 與AzureSasCredential設定 。

ConfigureTableServiceClient(Uri, TokenCredential)
已淘汰.

TableServiceClient使用已驗證的服務 URI 與TokenCredential設定 。

ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
已淘汰.

TableServiceClient使用已驗證的服務 URI 與TableSharedKeyCredential設定 。

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)

來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs

警告

Set the TableServiceClient property directly.

使用提供的回呼來設定 TableServiceClient

public void ConfigureTableServiceClient (Func<System.Threading.Tasks.Task<Azure.Data.Tables.TableServiceClient>> createClientCallback);
[System.Obsolete("Set the TableServiceClient property directly.")]
public void ConfigureTableServiceClient (Func<System.Threading.Tasks.Task<Azure.Data.Tables.TableServiceClient>> createClientCallback);
member this.ConfigureTableServiceClient : Func<System.Threading.Tasks.Task<Azure.Data.Tables.TableServiceClient>> -> unit
[<System.Obsolete("Set the TableServiceClient property directly.")>]
member this.ConfigureTableServiceClient : Func<System.Threading.Tasks.Task<Azure.Data.Tables.TableServiceClient>> -> unit
Public Sub ConfigureTableServiceClient (createClientCallback As Func(Of Task(Of TableServiceClient)))

參數

createClientCallback
Func<Task<TableServiceClient>>
屬性

適用於

ConfigureTableServiceClient(String)

來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs

警告

Set the TableServiceClient property directly.

TableServiceClient使用 連接字串 設定 。

public void ConfigureTableServiceClient (string connectionString);
[System.Obsolete("Set the TableServiceClient property directly.")]
public void ConfigureTableServiceClient (string connectionString);
member this.ConfigureTableServiceClient : string -> unit
[<System.Obsolete("Set the TableServiceClient property directly.")>]
member this.ConfigureTableServiceClient : string -> unit
Public Sub ConfigureTableServiceClient (connectionString As String)

參數

connectionString
String
屬性

適用於

ConfigureTableServiceClient(Uri)

來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs

警告

Set the TableServiceClient property directly.

TableServiceClient使用已驗證的服務 URI 來設定 。

public void ConfigureTableServiceClient (Uri serviceUri);
[System.Obsolete("Set the TableServiceClient property directly.")]
public void ConfigureTableServiceClient (Uri serviceUri);
member this.ConfigureTableServiceClient : Uri -> unit
[<System.Obsolete("Set the TableServiceClient property directly.")>]
member this.ConfigureTableServiceClient : Uri -> unit
Public Sub ConfigureTableServiceClient (serviceUri As Uri)

參數

serviceUri
Uri
屬性

適用於

ConfigureTableServiceClient(Uri, AzureSasCredential)

來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs

警告

Set the TableServiceClient property directly.

TableServiceClient使用已驗證的服務 URI 與AzureSasCredential設定 。

public void ConfigureTableServiceClient (Uri serviceUri, Azure.AzureSasCredential azureSasCredential);
[System.Obsolete("Set the TableServiceClient property directly.")]
public void ConfigureTableServiceClient (Uri serviceUri, Azure.AzureSasCredential azureSasCredential);
member this.ConfigureTableServiceClient : Uri * Azure.AzureSasCredential -> unit
[<System.Obsolete("Set the TableServiceClient property directly.")>]
member this.ConfigureTableServiceClient : Uri * Azure.AzureSasCredential -> unit
Public Sub ConfigureTableServiceClient (serviceUri As Uri, azureSasCredential As AzureSasCredential)

參數

serviceUri
Uri
azureSasCredential
AzureSasCredential
屬性

適用於

ConfigureTableServiceClient(Uri, TokenCredential)

來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs

警告

Set the TableServiceClient property directly.

TableServiceClient使用已驗證的服務 URI 與TokenCredential設定 。

public void ConfigureTableServiceClient (Uri serviceUri, Azure.Core.TokenCredential tokenCredential);
[System.Obsolete("Set the TableServiceClient property directly.")]
public void ConfigureTableServiceClient (Uri serviceUri, Azure.Core.TokenCredential tokenCredential);
member this.ConfigureTableServiceClient : Uri * Azure.Core.TokenCredential -> unit
[<System.Obsolete("Set the TableServiceClient property directly.")>]
member this.ConfigureTableServiceClient : Uri * Azure.Core.TokenCredential -> unit
Public Sub ConfigureTableServiceClient (serviceUri As Uri, tokenCredential As TokenCredential)

參數

serviceUri
Uri
tokenCredential
TokenCredential
屬性

適用於

ConfigureTableServiceClient(Uri, TableSharedKeyCredential)

來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs
來源:
AzureStorageOperationOptions.cs

警告

Set the TableServiceClient property directly.

TableServiceClient使用已驗證的服務 URI 與TableSharedKeyCredential設定 。

public void ConfigureTableServiceClient (Uri serviceUri, Azure.Data.Tables.TableSharedKeyCredential sharedKeyCredential);
[System.Obsolete("Set the TableServiceClient property directly.")]
public void ConfigureTableServiceClient (Uri serviceUri, Azure.Data.Tables.TableSharedKeyCredential sharedKeyCredential);
member this.ConfigureTableServiceClient : Uri * Azure.Data.Tables.TableSharedKeyCredential -> unit
[<System.Obsolete("Set the TableServiceClient property directly.")>]
member this.ConfigureTableServiceClient : Uri * Azure.Data.Tables.TableSharedKeyCredential -> unit
Public Sub ConfigureTableServiceClient (serviceUri As Uri, sharedKeyCredential As TableSharedKeyCredential)

參數

serviceUri
Uri
sharedKeyCredential
TableSharedKeyCredential
屬性

適用於