Refreshable Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Refreshable()
public Refreshable ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- id
- String
- name
- String
- kind
- Nullable<RefreshableKind>
- lastRefresh
- Refresh
- refreshSchedule
- RefreshSchedule
- capacity
- Capacity
- group
- Group
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET