Share via


IVolumeMount Interface

Definition

[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)

Applies to