Bagikan melalui


IPipelineRun.ResponseStartTime Property

Definition

The time the pipeline run started.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The time the pipeline run started.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="startTime")]
public DateTime? ResponseStartTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The time the pipeline run started.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="startTime")>]
member this.ResponseStartTime : Nullable<DateTime> with get, set
Public Property ResponseStartTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to