다음을 통해 공유


IDataboxJobSecrets.PodSecret Property

Definition

Contains the list of secret objects for a job.

[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Contains the list of secret objects for a job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxSecret) }, ReadOnly=false, Required=false, SerializedName="podSecrets")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxSecret[] PodSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Contains the list of secret objects for a job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxSecret) }, ReadOnly=false, Required=false, SerializedName="podSecrets")>]
member this.PodSecret : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxSecret[] with get, set
Public Property PodSecret As IDataBoxSecret()

Property Value

Attributes

Applies to