NewAzureIntegrationAccountBatchConfigurationCommand.ScheduleFrequency 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 frequency.", Mandatory=false, ParameterSetName="ByInputObjectAndParameters")]
[System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule frequency.", Mandatory=false, ParameterSetName="ByResourceIdAndParameters")]
[System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule frequency.", Mandatory=false, ParameterSetName="ByIntegrationAccountAndParameters")]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Month", "Week", "Day", "Hour", "Minute", "Second" }, IgnoreCase=true)]
public string ScheduleFrequency { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule frequency.", Mandatory=false, ParameterSetName="ByInputObjectAndParameters")>]
[<System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule frequency.", Mandatory=false, ParameterSetName="ByResourceIdAndParameters")>]
[<System.Management.Automation.Parameter(HelpMessage="The integration account batch configuration schedule frequency.", Mandatory=false, ParameterSetName="ByIntegrationAccountAndParameters")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Month", "Week", "Day", "Hour", "Minute", "Second" }, IgnoreCase=true)>]
member this.ScheduleFrequency : string with get, set
Public Property ScheduleFrequency As String
Property Value
- Attributes