GlobalSchedulesClient Interface
public interface GlobalSchedulesClient
An instance of this class provides access to all the operations defined in GlobalSchedulesClient.
Method Summary
Method Details
beginExecute
public abstract SyncPoller<PollResult<Void>,Void> beginExecute(String resourceGroupName, 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 name, Context context)
Execute a schedule. This operation can take a while to complete.
Parameters:
Returns:
beginRetarget
public abstract SyncPoller<PollResult<Void>,Void> beginRetarget(String resourceGroupName, String name, RetargetScheduleProperties retargetScheduleProperties)
Updates a schedule's target resource Id. This operation can take a while to complete.
Parameters:
Returns:
beginRetarget
public abstract SyncPoller<PollResult<Void>,Void> beginRetarget(String resourceGroupName, String name, RetargetScheduleProperties retargetScheduleProperties, Context context)
Updates a schedule's target resource Id. This operation can take a while to complete.
Parameters:
Returns:
createOrUpdate
public abstract ScheduleInner createOrUpdate(String resourceGroupName, String name, ScheduleInner schedule)
Create or replace an existing schedule.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<ScheduleInner> createOrUpdateWithResponse(String resourceGroupName, String name, ScheduleInner schedule, Context context)
Create or replace an existing schedule.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String name)
Delete schedule.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String name, Context context)
Delete schedule.
Parameters:
Returns:
execute
public abstract void execute(String resourceGroupName, String name)
Execute a schedule. This operation can take a while to complete.
Parameters:
execute
public abstract void execute(String resourceGroupName, String name, Context context)
Execute a schedule. This operation can take a while to complete.
Parameters:
getByResourceGroup
public abstract ScheduleInner getByResourceGroup(String resourceGroupName, String name)
Get schedule.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<ScheduleInner> getByResourceGroupWithResponse(String resourceGroupName, String name, String expand, Context context)
Get schedule.
Parameters:
Returns:
list
public abstract PagedIterable<ScheduleInner> list()
List schedules in a subscription.
Returns:
list
public abstract PagedIterable<ScheduleInner> list(String expand, String filter, Integer top, String orderby, Context context)
List schedules in a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<ScheduleInner> listByResourceGroup(String resourceGroupName)
List schedules in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<ScheduleInner> listByResourceGroup(String resourceGroupName, String expand, String filter, Integer top, String orderby, Context context)
List schedules in a resource group.
Parameters:
Returns:
retarget
public abstract void retarget(String resourceGroupName, String name, RetargetScheduleProperties retargetScheduleProperties)
Updates a schedule's target resource Id. This operation can take a while to complete.
Parameters:
retarget
public abstract void retarget(String resourceGroupName, String name, RetargetScheduleProperties retargetScheduleProperties, Context context)
Updates a schedule's target resource Id. This operation can take a while to complete.
Parameters:
update
public abstract ScheduleInner update(String resourceGroupName, 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 name, ScheduleFragment schedule, Context context)
Allows modifying tags of schedules. All other properties will be ignored.
Parameters:
Returns: