Schedules Interface
public interface Schedules
Resource collection API of Schedules.
Method Summary
Method Details
define
public abstract Schedule.DefinitionStages.Blank define(String name)
Begins definition for a new Schedule resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String labName, String scheduleName)
Deletes a schedule resource. Operation to delete a schedule resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String labName, String scheduleName, Context context)
Deletes a schedule resource. Operation to delete a schedule resource.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a schedule resource. Operation to delete a schedule resource.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes a schedule resource. Operation to delete a schedule resource.
Parameters:
get
public abstract Schedule get(String resourceGroupName, String labName, String scheduleName)
Get a lab Schedule. Returns the properties of a lab Schedule.
Parameters:
Returns:
getById
public abstract Schedule getById(String id)
Get a lab Schedule. Returns the properties of a lab Schedule.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Schedule> getByIdWithResponse(String id, Context context)
Get a lab Schedule. Returns the properties of a lab Schedule.
Parameters:
Returns:
getWithResponse
public abstract Response<Schedule> getWithResponse(String resourceGroupName, String labName, String scheduleName, Context context)
Get a lab Schedule. Returns the properties of a lab Schedule.
Parameters:
Returns:
listByLab
public abstract PagedIterable<Schedule> listByLab(String resourceGroupName, String labName)
Get all schedules for a lab. Returns a list of all schedules for a lab.
Parameters:
Returns:
listByLab
public abstract PagedIterable<Schedule> listByLab(String resourceGroupName, String labName, String filter, Context context)
Get all schedules for a lab. Returns a list of all schedules for a lab.
Parameters:
Returns: