ISchedulesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SchedulesOperations operations.
public interface ISchedulesOperations
type ISchedulesOperations = interface
Public Interface ISchedulesOperations
Methods
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a schedule resource. |
CreateOrUpdateWithHttpMessagesAsync(Schedule, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Create or update a lab schedule. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a schedule resource. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a lab Schedule. |
ListByLabNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get all schedules for a lab. |
ListByLabWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get all schedules for a lab. |
UpdateWithHttpMessagesAsync(ScheduleUpdate, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Update a lab schedule. |
Extension Methods
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET