Share via


AzureStorageGatewayOptions 類別

定義

public class AzureStorageGatewayOptions : Orleans.Clustering.AzureStorage.AzureStorageOperationOptions
type AzureStorageGatewayOptions = class
    inherit AzureStorageOperationOptions
Public Class AzureStorageGatewayOptions
Inherits AzureStorageOperationOptions
繼承
AzureStorageGatewayOptions

建構函式

AzureStorageGatewayOptions()

屬性

ClientOptions

設定資料表記憶體用戶端時要使用的選項,或使用 null 預設選項。

(繼承來源 AzureStorageOperationOptions)
ConnectionString
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
StoragePolicyOptions

Azure 記憶體原則選項

(繼承來源 AzureStorageOperationOptions)
TableEndpoint
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
TableName
TableResourceId
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
TableServiceClient

取得或設定用來存取 Azure 資料表服務的用戶端。

(繼承來源 AzureStorageOperationOptions)
TokenCredential
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
TokenCredentialManagementUri
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
TokenCredentialTableKey
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)

方法

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

TableServiceClient使用提供的回呼來設定 。

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(String)
已淘汰.

TableServiceClient使用 連接字串 來設定 。

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri)
已淘汰.

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

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, AzureSasCredential)
已淘汰.

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

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
已淘汰.

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

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TokenCredential)
已淘汰.

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

(繼承來源 AzureStorageOperationOptions)

適用於