IInitContainerPropertiesDefinition.CurrentStateFinishTime Property

Definition

The date-time when the container instance state finished.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=false, Description="The date-time when the container instance state finished.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="finishTime", Update=false)]
public DateTime? CurrentStateFinishTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=false, Description="The date-time when the container instance state finished.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="finishTime", Update=false)>]
member this.CurrentStateFinishTime : Nullable<DateTime>
Public ReadOnly Property CurrentStateFinishTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to