ScalingPlanPooledSchedules Interface
public interface ScalingPlanPooledSchedules
Resource collection API of ScalingPlanPooledSchedules.
Method Summary
Method Details
define
public abstract ScalingPlanPooledSchedule.DefinitionStages.Blank define(String name)
Begins definition for a new ScalingPlanPooledSchedule resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)
Remove a ScalingPlanPooledSchedule.
Parameters:
deleteById
public abstract void deleteById(String id)
Remove a ScalingPlanPooledSchedule.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Remove a ScalingPlanPooledSchedule.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)
Remove a ScalingPlanPooledSchedule.
Parameters:
Returns:
get
public abstract ScalingPlanPooledSchedule get(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)
Get a ScalingPlanPooledSchedule.
Parameters:
Returns:
getById
public abstract ScalingPlanPooledSchedule getById(String id)
Get a ScalingPlanPooledSchedule.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ScalingPlanPooledSchedule> getByIdWithResponse(String id, Context context)
Get a ScalingPlanPooledSchedule.
Parameters:
Returns:
getWithResponse
public abstract Response<ScalingPlanPooledSchedule> getWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)
Get a ScalingPlanPooledSchedule.
Parameters:
Returns:
list
public abstract PagedIterable<ScalingPlanPooledSchedule> list(String resourceGroupName, String scalingPlanName)
List ScalingPlanPooledSchedules.
Parameters:
Returns:
list
public abstract PagedIterable<ScalingPlanPooledSchedule> list(String resourceGroupName, String scalingPlanName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)
List ScalingPlanPooledSchedules.
Parameters:
Returns: