Condividi tramite


ISiteContainer.VolumeMount Property

Definition

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

Applies to