ContainerVolume.SecretReference 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.
Defines files for a secret reference volume. Dictionary keys are file names and values identify entries in the container group's secretReferences collection. This property contains reference names rather than secret values.
public System.Collections.Generic.IDictionary<string,string> SecretReference { get; }
member this.SecretReference : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property SecretReference As IDictionary(Of String, String)