次の方法で共有


CosmosDbLinkedService.AccountKey プロパティ

定義

Azure CosmosDB アカウントのアカウント キーを取得または設定します。 種類: SecureString または AzureKeyVaultSecretReference。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.accountKey")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase AccountKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.accountKey")>]
member this.AccountKey : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property AccountKey As SecretBase

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象