Share via


JobSchedule.Type Property

Definition

Gets or sets schedule interval type. Possible values include: 'Once', 'Recurring'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.Sql.Fluent.Models.JobScheduleType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.JobScheduleType> with get, set
Public Property Type As Nullable(Of JobScheduleType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to