SetAzureIntegrationAccountBatchConfigurationCommand.ScheduleStartTime 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.
[System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule start time.", Mandatory=false, ParameterSetName="ByInputObjectAndParameters")]
[System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule start time.", Mandatory=false, ParameterSetName="ByResourceIdAndParameters")]
[System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule start time.", Mandatory=false, ParameterSetName="ByIntegrationAccountAndParameters")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public DateTime? ScheduleStartTime { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule start time.", Mandatory=false, ParameterSetName="ByInputObjectAndParameters")>]
[<System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule start time.", Mandatory=false, ParameterSetName="ByResourceIdAndParameters")>]
[<System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule start time.", Mandatory=false, ParameterSetName="ByIntegrationAccountAndParameters")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ScheduleStartTime : Nullable<DateTime> with get, set
Public Property ScheduleStartTime As Nullable(Of DateTime)
Property Value
- Attributes