IVolume 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.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) |