次の方法で共有


AzureStorageCredentialsInfo.AccountKeySecretReference プロパティ

定義

アカウント キーのシークレット参照を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="accountKeySecretReference")]
public Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference AccountKeySecretReference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountKeySecretReference")>]
member this.AccountKeySecretReference : Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference with get, set
Public Property AccountKeySecretReference As KeyVaultSecretReference

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ストレージ アカウント キーを格納する KeyVault シークレットに関する情報。 accountKey または accountKeySecretReference のいずれかを指定する必要があります。

適用対象