ISiteContainerProperties.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.
List of volume mounts
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of volume mounts", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVolumeMount) }, ReadOnly=false, Required=false, SerializedName="volumeMounts")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVolumeMount[] VolumeMount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of volume mounts", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVolumeMount) }, ReadOnly=false, Required=false, SerializedName="volumeMounts")>]
member this.VolumeMount : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVolumeMount[] with get, set
Public Property VolumeMount As IVolumeMount()
Property Value
- Attributes