你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RefreshSchedule 构造函数

定义

重载

RefreshSchedule()
RefreshSchedule(IList<Nullable<Days>>, IList<String>, Nullable<Boolean>, String, Nullable<ScheduleNotifyOption>)

RefreshSchedule()

public RefreshSchedule ();
Public Sub New ()

适用于

RefreshSchedule(IList<Nullable<Days>>, IList<String>, Nullable<Boolean>, String, Nullable<ScheduleNotifyOption>)

public RefreshSchedule (System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Days?> days = default, System.Collections.Generic.IList<string> times = default, bool? enabled = default, string localTimeZoneId = default, Microsoft.PowerBI.Api.Models.ScheduleNotifyOption? notifyOption = default);
new Microsoft.PowerBI.Api.Models.RefreshSchedule : System.Collections.Generic.IList<Nullable<Microsoft.PowerBI.Api.Models.Days>> * System.Collections.Generic.IList<string> * Nullable<bool> * string * Nullable<Microsoft.PowerBI.Api.Models.ScheduleNotifyOption> -> Microsoft.PowerBI.Api.Models.RefreshSchedule
Public Sub New (Optional days As IList(Of Nullable(Of Days)) = Nothing, Optional times As IList(Of String) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional localTimeZoneId As String = Nothing, Optional notifyOption As Nullable(Of ScheduleNotifyOption) = Nothing)

参数

times
IList<String>
enabled
Nullable<Boolean>
localTimeZoneId
String

适用于