Freigeben über


ISchedule Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ScheduleTypeConverter))]
public interface ISchedule : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ScheduleTypeConverter))>]
type ISchedule = interface
    interface IJsonSerializable
Public Interface ISchedule
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DayOfWeek

Day of the week to run assessment.

Enable

Enable or disable assessment schedule on SQL virtual machine.

MonthlyOccurrence

Occurrence of the DayOfWeek day within a month to schedule assessment. Takes values: 1,2,3,4 and -1. Use -1 for last DayOfWeek day of the month

StartTime

Time of the day in HH:mm format. Eg. 17:30

WeeklyInterval

Number of weeks to schedule between 2 assessment runs. Takes value from 1-6

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to