次の方法で共有


IRevisionProperties.TemplateVolume Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="List of volume definitions for the Container App.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume) }, Read=true, ReadOnly=true, Required=false, SerializedName="volumes", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume> TemplateVolume { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="List of volume definitions for the Container App.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume) }, Read=true, ReadOnly=true, Required=false, SerializedName="volumes", Update=false)>]
member this.TemplateVolume : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume>
Public ReadOnly Property TemplateVolume As List(Of IVolume)

Property Value

Attributes

Applies to