IInitContainerPropertiesDefinition.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.
The volume mounts available to the init container.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The volume mounts available to the init container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IVolumeMount) }, ReadOnly=false, Required=false, SerializedName="volumeMounts")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IVolumeMount[] VolumeMount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The volume mounts available to the init container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IVolumeMount) }, ReadOnly=false, Required=false, SerializedName="volumeMounts")>]
member this.VolumeMount : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IVolumeMount[] with get, set
Public Property VolumeMount As IVolumeMount()
Property Value
- Attributes