IVolume.EmptyDir Property

Definition

The empty directory volume.

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

Property Value

Attributes

Applies to