InitContainerDefinition.VolumeMounts 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.
Gets or sets the volume mounts available to the init container.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.volumeMounts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount> VolumeMounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.volumeMounts")>]
member this.VolumeMounts : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.VolumeMount> with get, set
Public Property VolumeMounts As IList(Of VolumeMount)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute