GetAzChangeAnalysis_List1.StartTime Property

Definition

[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

DateTime
Attributes

Applies to