IVolume.EmptyDir Property

Definition

The empty directory volume.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The empty directory volume.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IVolumeEmptyDir) }, Read=true, ReadOnly=false, Required=false, SerializedName="emptyDir", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IVolumeEmptyDir EmptyDir { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The empty directory volume.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IVolumeEmptyDir) }, Read=true, ReadOnly=false, Required=false, SerializedName="emptyDir", Update=true)>]
member this.EmptyDir : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IVolumeEmptyDir with get, set
Public Property EmptyDir As IVolumeEmptyDir

Property Value

Attributes

Applies to