Compartir a través de


JobSchedule.Type Propiedad

Definición

Obtiene o establece el tipo de intervalo de programación. Entre los valores posibles se incluyen: 'Once', 'Recurring'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a