IVolumeMount Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.VolumeMountTypeConverter))]
public interface IVolumeMount : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.VolumeMountTypeConverter))>]
type IVolumeMount = interface
interface IJsonSerializable
Public Interface IVolumeMount
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
MountPath |
The path within the container where the volume should be mounted. Must not contain colon (:). |
Name |
The name of the volume mount. |
ReadOnly |
The flag indicating whether the volume mount is read-only. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |