AzureSqlManagedInstanceScheduleAdapter.CreateOrUpdateSchedule Method
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.
public Microsoft.Azure.Commands.Sql.ManagedInstanceSchedule.Model.AzureSqlManagedInstanceScheduleModel CreateOrUpdateSchedule (string resourceGroupName, string managedInstanceName, string timezone, string description, Microsoft.Azure.Commands.Sql.ManagedInstanceSchedule.Model.ScheduleItem[] ScheduleList);
member this.CreateOrUpdateSchedule : string * string * string * string * Microsoft.Azure.Commands.Sql.ManagedInstanceSchedule.Model.ScheduleItem[] -> Microsoft.Azure.Commands.Sql.ManagedInstanceSchedule.Model.AzureSqlManagedInstanceScheduleModel
Public Function CreateOrUpdateSchedule (resourceGroupName As String, managedInstanceName As String, timezone As String, description As String, ScheduleList As ScheduleItem()) As AzureSqlManagedInstanceScheduleModel
Parameters
- resourceGroupName
- String
- managedInstanceName
- String
- timezone
- String
- description
- String
- ScheduleList
- ScheduleItem[]