Refreshable Constructors
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.
Overloads
Refreshable()
public Refreshable ();
Public Sub New ()
Applies to
Refreshable(String, String, Nullable<RefreshableKind>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Refresh, RefreshSchedule, IList<String>, Capacity, Group)
public Refreshable (string id = default, string name = default, Microsoft.PowerBI.Api.Models.RefreshableKind? kind = default, DateTime? startTime = default, DateTime? endTime = default, int? refreshCount = default, int? refreshFailures = default, double? averageDuration = default, double? medianDuration = default, int? refreshesPerDay = default, Microsoft.PowerBI.Api.Models.Refresh lastRefresh = default, Microsoft.PowerBI.Api.Models.RefreshSchedule refreshSchedule = default, System.Collections.Generic.IList<string> configuredBy = default, Microsoft.PowerBI.Api.Models.Capacity capacity = default, Microsoft.PowerBI.Api.Models.Group group = default);
new Microsoft.PowerBI.Api.Models.Refreshable : string * string * Nullable<Microsoft.PowerBI.Api.Models.RefreshableKind> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<int> * Nullable<double> * Nullable<double> * Nullable<int> * Microsoft.PowerBI.Api.Models.Refresh * Microsoft.PowerBI.Api.Models.RefreshSchedule * System.Collections.Generic.IList<string> * Microsoft.PowerBI.Api.Models.Capacity * Microsoft.PowerBI.Api.Models.Group -> Microsoft.PowerBI.Api.Models.Refreshable
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As Nullable(Of RefreshableKind) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional refreshCount As Nullable(Of Integer) = Nothing, Optional refreshFailures As Nullable(Of Integer) = Nothing, Optional averageDuration As Nullable(Of Double) = Nothing, Optional medianDuration As Nullable(Of Double) = Nothing, Optional refreshesPerDay As Nullable(Of Integer) = Nothing, Optional lastRefresh As Refresh = Nothing, Optional refreshSchedule As RefreshSchedule = Nothing, Optional configuredBy As IList(Of String) = Nothing, Optional capacity As Capacity = Nothing, Optional group As Group = Nothing)
Parameters
- id
- String
- name
- String
- kind
- Nullable<RefreshableKind>
- lastRefresh
- Refresh
- refreshSchedule
- RefreshSchedule
- capacity
- Capacity
- group
- Group
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET