GetAzChangeAnalysis_List1.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.
[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Category(new Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.ParameterCategory.Query })]
[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="Specifies the start time of the changes request.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=true, SerializedName="$startTime")]
[System.Management.Automation.Parameter(HelpMessage="Specifies the start time of the changes request.", Mandatory=true)]
public DateTime StartTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Category(new Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.ParameterCategory.Query })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="Specifies the start time of the changes request.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=true, SerializedName="$startTime")>]
[<System.Management.Automation.Parameter(HelpMessage="Specifies the start time of the changes request.", Mandatory=true)>]
member this.StartTime : DateTime with get, set
Public Property StartTime As DateTime
Property Value
- Attributes