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.App.Models.VolumeMountTypeConverter))]
public interface IVolumeMount : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.VolumeMountTypeConverter))>]
type IVolumeMount = interface
interface IJsonSerializable
Public Interface IVolumeMount
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
MountPath |
Path within the container at which the volume should be mounted.Must not contain ':'. |
SubPath |
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). |
VolumeName |
This must match the Name of a Volume. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |