Freigeben über


IPipelineRunProperties.ResponseFinishTime Property

Definition

The time the pipeline run finished.

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

Property Value

Attributes

Applies to