AzureStorageCredentialsInfo.AccountKeySecretReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets account key secret reference.
[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
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
Information about KeyVault secret storing the storage account key. One of accountKey or accountKeySecretReference must be specified.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET