IBaseContainer.VolumeMount 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.
Container volume mounts.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Container volume mounts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolumeMount) }, Read=true, ReadOnly=false, Required=false, SerializedName="volumeMounts", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolumeMount> VolumeMount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Container volume mounts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolumeMount) }, Read=true, ReadOnly=false, Required=false, SerializedName="volumeMounts", Update=true)>]
member this.VolumeMount : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolumeMount> with get, set
Public Property VolumeMount As List(Of IVolumeMount)
Property Value
- Attributes