SchedulesClient Interface
public interface SchedulesClient
An instance of this class provides access to all the operations defined in SchedulesClient.
Method Summary
Method Details
beginExecute
public abstract SyncPoller<PollResult<Void>,Void> beginExecute(String resourceGroupName, String labName, String name)
Execute a schedule. This operation can take a while to complete.
Parameters:
Returns:
beginExecute
public abstract SyncPoller<PollResult<Void>,Void> beginExecute(String resourceGroupName, String labName, String name, Context context)
Execute a schedule. This operation can take a while to complete.
Parameters:
Returns:
createOrUpdate
public abstract ScheduleInner createOrUpdate(String resourceGroupName, String labName, String name, ScheduleInner schedule)
Create or replace an existing schedule.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<ScheduleInner> createOrUpdateWithResponse(String resourceGroupName, String labName, String name, ScheduleInner schedule, Context context)
Create or replace an existing schedule.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String labName, String name)
Delete schedule.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String labName, String name, Context context)
Delete schedule.
Parameters:
Returns:
execute
public abstract void execute(String resourceGroupName, String labName, String name)
Execute a schedule. This operation can take a while to complete.
Parameters:
execute
public abstract void execute(String resourceGroupName, String labName, String name, Context context)
Execute a schedule. This operation can take a while to complete.
Parameters:
get
public abstract ScheduleInner get(String resourceGroupName, String labName, String name)
Get schedule.
Parameters:
Returns:
getWithResponse
public abstract Response<ScheduleInner> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)
Get schedule.
Parameters:
Returns:
list
public abstract PagedIterable<ScheduleInner> list(String resourceGroupName, String labName)
List schedules in a given lab.
Parameters:
Returns:
list
public abstract PagedIterable<ScheduleInner> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)
List schedules in a given lab.
Parameters:
Returns:
listApplicable
public abstract PagedIterable<ScheduleInner> listApplicable(String resourceGroupName, String labName, String name)
Lists all applicable schedules.
Parameters:
Returns:
listApplicable
public abstract PagedIterable<ScheduleInner> listApplicable(String resourceGroupName, String labName, String name, Context context)
Lists all applicable schedules.
Parameters:
Returns:
update
public abstract ScheduleInner update(String resourceGroupName, String labName, String name, ScheduleFragment schedule)
Allows modifying tags of schedules. All other properties will be ignored.
Parameters:
Returns:
updateWithResponse
public abstract Response<ScheduleInner> updateWithResponse(String resourceGroupName, String labName, String name, ScheduleFragment schedule, Context context)
Allows modifying tags of schedules. All other properties will be ignored.
Parameters:
Returns: