AzureStorageOperationOptions.ConfigureTableServiceClient Method

Definition

Overloads

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)
Obsolete.

Configures the TableServiceClient using the provided callback.

ConfigureTableServiceClient(String)
Obsolete.

Configures the TableServiceClient using a connection string.

ConfigureTableServiceClient(Uri)
Obsolete.

Configures the TableServiceClient using an authenticated service URI.

ConfigureTableServiceClient(Uri, AzureSasCredential)
Obsolete.

Configures the TableServiceClient using an authenticated service URI and a AzureSasCredential.

ConfigureTableServiceClient(Uri, TokenCredential)
Obsolete.

Configures the TableServiceClient using an authenticated service URI and a TokenCredential.

ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
Obsolete.

Configures the TableServiceClient using an authenticated service URI and a TableSharedKeyCredential.

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)

Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs

Caution

Set the TableServiceClient property directly.

Configures the TableServiceClient using the provided callback.

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)))

Parameters

createClientCallback
Func<Task<TableServiceClient>>
Attributes

Applies to

ConfigureTableServiceClient(String)

Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs

Caution

Set the TableServiceClient property directly.

Configures the TableServiceClient using a connection string.

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)

Parameters

connectionString
String
Attributes

Applies to

ConfigureTableServiceClient(Uri)

Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs

Caution

Set the TableServiceClient property directly.

Configures the TableServiceClient using an authenticated service 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)

Parameters

serviceUri
Uri
Attributes

Applies to

ConfigureTableServiceClient(Uri, AzureSasCredential)

Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs

Caution

Set the TableServiceClient property directly.

Configures the TableServiceClient using an authenticated service URI and a 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)

Parameters

serviceUri
Uri
azureSasCredential
AzureSasCredential
Attributes

Applies to

ConfigureTableServiceClient(Uri, TokenCredential)

Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs

Caution

Set the TableServiceClient property directly.

Configures the TableServiceClient using an authenticated service URI and a 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)

Parameters

serviceUri
Uri
tokenCredential
TokenCredential
Attributes

Applies to

ConfigureTableServiceClient(Uri, TableSharedKeyCredential)

Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs
Source:
AzureStorageOperationOptions.cs

Caution

Set the TableServiceClient property directly.

Configures the TableServiceClient using an authenticated service URI and a 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)

Parameters

serviceUri
Uri
sharedKeyCredential
TableSharedKeyCredential
Attributes

Applies to