你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVolumeMount Interface

Definition

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

Applies to