SchedulesClient Interface
public interface SchedulesClient
An instance of this class provides access to all the operations defined in SchedulesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ScheduleInner>,ScheduleInner> beginCreateOrUpdate(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body)
Creates or updates a Schedule.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ScheduleInner>,ScheduleInner> beginCreateOrUpdate(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body, Integer top, Context context)
Creates or updates a Schedule.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String projectName, String poolName, String scheduleName)
Deletes a Scheduled.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String projectName, String poolName, String scheduleName, Integer top, Context context)
Deletes a Scheduled.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ScheduleInner>,ScheduleInner> beginUpdate(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleUpdate body)
Partially updates a Scheduled.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ScheduleInner>,ScheduleInner> beginUpdate(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleUpdate body, Integer top, Context context)
Partially updates a Scheduled.
Parameters:
Returns:
createOrUpdate
public abstract ScheduleInner createOrUpdate(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body)
Creates or updates a Schedule.
Parameters:
Returns:
createOrUpdate
public abstract ScheduleInner createOrUpdate(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body, Integer top, Context context)
Creates or updates a Schedule.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String projectName, String poolName, String scheduleName)
Deletes a Scheduled.
Parameters:
delete
public abstract void delete(String resourceGroupName, String projectName, String poolName, String scheduleName, Integer top, Context context)
Deletes a Scheduled.
Parameters:
get
public abstract ScheduleInner get(String resourceGroupName, String projectName, String poolName, String scheduleName)
Gets a schedule resource.
Parameters:
Returns:
getWithResponse
public abstract Response<ScheduleInner> getWithResponse(String resourceGroupName, String projectName, String poolName, String scheduleName, Integer top, Context context)
Gets a schedule resource.
Parameters:
Returns:
listByPool
public abstract PagedIterable<ScheduleInner> listByPool(String resourceGroupName, String projectName, String poolName)
Lists schedules for a pool.
Parameters:
Returns:
listByPool
public abstract PagedIterable<ScheduleInner> listByPool(String resourceGroupName, String projectName, String poolName, Integer top, Context context)
Lists schedules for a pool.
Parameters:
Returns:
update
public abstract ScheduleInner update(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleUpdate body)
Partially updates a Scheduled.
Parameters:
Returns:
update
public abstract ScheduleInner update(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleUpdate body, Integer top, Context context)
Partially updates a Scheduled.
Parameters:
Returns: