IStepState.StartTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The timestamp for when processing of the step began, in ISO 8601 format.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The timestamp for when processing of the step began, in ISO 8601 format.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="startTime", Update=false)]
public string StartTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The timestamp for when processing of the step began, in ISO 8601 format.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="startTime", Update=false)>]
member this.StartTime : string
Public ReadOnly Property StartTime As String
Property Value
- Attributes