Class SchedulesRestApiSimulator
Object that defines simulation of Tableau REST API schedule methods.
Namespace: Tableau.Migration.Api.Simulation.Rest.Api
Assembly: Tableau.Migration.dll
Syntax
public sealed class SchedulesRestApiSimulator
Constructors
SchedulesRestApiSimulator(TableauApiResponseSimulator)
Creates a new SchedulesRestApiSimulator object.
Declaration
public SchedulesRestApiSimulator(TableauApiResponseSimulator simulator)
Parameters
Type | Name | Description |
---|---|---|
TableauApiResponseSimulator | simulator | A response simulator to setup with REST API methods. |
Properties
GetExtractRefreshTasks
Gets the simulated schedules extract refresh tasks query API method.
Declaration
public MethodSimulator GetExtractRefreshTasks { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
GetServerSchedule
Gets the simulated schedule query API method.
Declaration
public MethodSimulator GetServerSchedule { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |