SqlVmAssessmentSchedule Class
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.
The SqlVmAssessmentSchedule.
public class SqlVmAssessmentSchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmAssessmentSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmAssessmentSchedule>
public class SqlVmAssessmentSchedule
type SqlVmAssessmentSchedule = class
interface IJsonModel<SqlVmAssessmentSchedule>
interface IPersistableModel<SqlVmAssessmentSchedule>
type SqlVmAssessmentSchedule = class
Public Class SqlVmAssessmentSchedule
Implements IJsonModel(Of SqlVmAssessmentSchedule), IPersistableModel(Of SqlVmAssessmentSchedule)
Public Class SqlVmAssessmentSchedule
- Inheritance
-
SqlVmAssessmentSchedule
- Implements
Constructors
SqlVmAssessmentSchedule() |
Initializes a new instance of SqlVmAssessmentSchedule. |
Properties
DayOfWeek |
Day of the week to run assessment. |
IsEnabled |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SqlVmAssessmentSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlVmAssessmentSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlVmAssessmentSchedule>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlVmAssessmentSchedule>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlVmAssessmentSchedule>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET