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

IVolume Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.VolumeTypeConverter))]
public interface IVolume : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.VolumeTypeConverter))>]
type IVolume = interface
    interface IJsonSerializable
Public Interface IVolume
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

MountOption

Mount options used while mounting the AzureFile. Must be a comma-separated string.

Name

Volume name.

Secret

List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume.

StorageName

Name of storage resource. No need to provide for EmptyDir and Secret.

StorageType

Storage type for the volume. If not provided, use EmptyDir.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to