IVolume.Secret Property

Definition

The secret volume.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The secret volume.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ISecretVolume) }, Read=true, ReadOnly=false, Required=false, SerializedName="secret", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ISecretVolume Secret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The secret volume.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ISecretVolume) }, Read=true, ReadOnly=false, Required=false, SerializedName="secret", Update=true)>]
member this.Secret : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.ISecretVolume with get, set
Public Property Secret As ISecretVolume

Property Value

Attributes

Applies to