Refresh 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
Refresh() | |
Refresh(Nullable<RefreshType>, Nullable<DateTime>, Nullable<DateTime>, String, String, String) |
Refresh()
public Refresh ();
Public Sub New ()
Aplica-se a
Refresh(Nullable<RefreshType>, Nullable<DateTime>, Nullable<DateTime>, String, String, String)
public Refresh (Microsoft.PowerBI.Api.Models.RefreshType? refreshType = default, DateTime? startTime = default, DateTime? endTime = default, string serviceExceptionJson = default, string status = default, string requestId = default);
new Microsoft.PowerBI.Api.Models.Refresh : Nullable<Microsoft.PowerBI.Api.Models.RefreshType> * Nullable<DateTime> * Nullable<DateTime> * string * string * string -> Microsoft.PowerBI.Api.Models.Refresh
Public Sub New (Optional refreshType As Nullable(Of RefreshType) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional serviceExceptionJson As String = Nothing, Optional status As String = Nothing, Optional requestId As String = Nothing)
Parâmetros
- refreshType
- Nullable<RefreshType>
- serviceExceptionJson
- String
- status
- String
- requestId
- String
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET