AzureBlobStorageLinkedService interface
Azure Blob 記憶體連結服務。
- Extends
屬性
account |
連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
account |
指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。 |
authentication |
用於驗證的類型。 類型:字串。 |
azure |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 |
connection |
連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
container |
Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。 |
credential | 包含驗證資訊的認證參考。 |
encrypted |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
sas |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
sas |
Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
service |
Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 |
service |
用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 |
service |
用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 |
tenant | 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
annotations | 可用於描述連結服務的標籤清單。 |
connect |
整合運行時間參考。 |
description | 鏈接的服務描述。 |
parameters | 連結服務的參數。 |
version | 連結服務的版本。 |
屬性詳細資料
accountKey
連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。
accountKey?: AzureKeyVaultSecretReference
屬性值
accountKind
指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。
accountKind?: any
屬性值
any
authenticationType
用於驗證的類型。 類型:字串。
authenticationType?: string
屬性值
string
azureCloudType
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。
azureCloudType?: any
屬性值
any
connectionString
連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。
connectionString?: any
屬性值
any
containerUri
Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。
containerUri?: any
屬性值
any
credential
encryptedCredential
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。
encryptedCredential?: string
屬性值
string
sasToken
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。
sasToken?: AzureKeyVaultSecretReference
屬性值
sasUri
Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。
sasUri?: any
屬性值
any
serviceEndpoint
Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。
serviceEndpoint?: any
屬性值
any
servicePrincipalId
用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。
servicePrincipalId?: any
屬性值
any
servicePrincipalKey
tenant
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。
tenant?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "AzureBlobStorage"
屬性值
"AzureBlobStorage"
繼承的屬性詳細資料
annotations
connectVia
整合運行時間參考。
connectVia?: IntegrationRuntimeReference
屬性值
description
parameters
連結服務的參數。
parameters?: {[propertyName: string]: ParameterSpecification}
屬性值
{[propertyName: string]: ParameterSpecification}