Partager via


AzureStorageOperationOptions.ConfigureTableServiceClient Méthode

Définition

Surcharges

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)
Obsolète.

Configure à l’aide TableServiceClient du rappel fourni.

ConfigureTableServiceClient(String)
Obsolète.

Configure à l’aide d’un TableServiceClient chaîne de connexion.

ConfigureTableServiceClient(Uri)
Obsolète.

Configure à l’aide d’un TableServiceClient URI de service authentifié.

ConfigureTableServiceClient(Uri, AzureSasCredential)
Obsolète.

Configure à l’aide TableServiceClient d’un URI de service authentifié et d’un AzureSasCredential.

ConfigureTableServiceClient(Uri, TokenCredential)
Obsolète.

Configure à l’aide TableServiceClient d’un URI de service authentifié et d’un TokenCredential.

ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
Obsolète.

Configure à l’aide TableServiceClient d’un URI de service authentifié et d’un TableSharedKeyCredential.

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)

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

Attention

Set the TableServiceClient property directly.

Configure à l’aide TableServiceClient du rappel fourni.

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

Paramètres

createClientCallback
Func<Task<TableServiceClient>>
Attributs

S’applique à

ConfigureTableServiceClient(String)

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

Attention

Set the TableServiceClient property directly.

Configure à l’aide d’un TableServiceClient chaîne de connexion.

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)

Paramètres

connectionString
String
Attributs

S’applique à

ConfigureTableServiceClient(Uri)

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

Attention

Set the TableServiceClient property directly.

Configure à l’aide d’un TableServiceClient URI de service authentifié.

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)

Paramètres

serviceUri
Uri
Attributs

S’applique à

ConfigureTableServiceClient(Uri, AzureSasCredential)

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

Attention

Set the TableServiceClient property directly.

Configure à l’aide TableServiceClient d’un URI de service authentifié et d’un 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)

Paramètres

serviceUri
Uri
azureSasCredential
AzureSasCredential
Attributs

S’applique à

ConfigureTableServiceClient(Uri, TokenCredential)

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

Attention

Set the TableServiceClient property directly.

Configure à l’aide TableServiceClient d’un URI de service authentifié et d’un 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)

Paramètres

serviceUri
Uri
tokenCredential
TokenCredential
Attributs

S’applique à

ConfigureTableServiceClient(Uri, TableSharedKeyCredential)

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

Attention

Set the TableServiceClient property directly.

Configure à l’aide TableServiceClient d’un URI de service authentifié et d’un 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)

Paramètres

serviceUri
Uri
sharedKeyCredential
TableSharedKeyCredential
Attributs

S’applique à