ScalingPlanPooledSchedules Interface

public interface ScalingPlanPooledSchedules

Resource collection API of ScalingPlanPooledSchedules.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new ScalingPlanPooledSchedule resource.

abstract void delete(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)

Remove a ScalingPlanPooledSchedule.

abstract void deleteById(String id)

Remove a ScalingPlanPooledSchedule.

abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Remove a ScalingPlanPooledSchedule.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)

Remove a ScalingPlanPooledSchedule.

abstract ScalingPlanPooledSchedule get(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)

Get a ScalingPlanPooledSchedule.

abstract ScalingPlanPooledSchedule getById(String id)

Get a ScalingPlanPooledSchedule.

abstract Response<ScalingPlanPooledSchedule> getByIdWithResponse(String id, Context context)

Get a ScalingPlanPooledSchedule.

abstract Response<ScalingPlanPooledSchedule> getWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)

Get a ScalingPlanPooledSchedule.

abstract PagedIterable<ScalingPlanPooledSchedule> list(String resourceGroupName, String scalingPlanName)

List ScalingPlanPooledSchedules.

abstract PagedIterable<ScalingPlanPooledSchedule> list(String resourceGroupName, String scalingPlanName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List ScalingPlanPooledSchedules.

Method Details

define

public abstract ScalingPlanPooledSchedule.DefinitionStages.Blank define(String name)

Begins definition for a new ScalingPlanPooledSchedule resource.

Parameters:

name - resource name.

Returns:

the first stage of the new ScalingPlanPooledSchedule definition.

delete

public abstract void delete(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)

Remove a ScalingPlanPooledSchedule.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scalingPlanName - The name of the scaling plan.
scalingPlanScheduleName - The name of the ScalingPlanSchedule.

deleteById

public abstract void deleteById(String id)

Remove a ScalingPlanPooledSchedule.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Remove a ScalingPlanPooledSchedule.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

deleteWithResponse

public abstract Response<Void> deleteWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)

Remove a ScalingPlanPooledSchedule.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scalingPlanName - The name of the scaling plan.
scalingPlanScheduleName - The name of the ScalingPlanSchedule.
context - The context to associate with this operation.

Returns:

get

public abstract ScalingPlanPooledSchedule get(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)

Get a ScalingPlanPooledSchedule.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scalingPlanName - The name of the scaling plan.
scalingPlanScheduleName - The name of the ScalingPlanSchedule.

Returns:

a ScalingPlanPooledSchedule.

getById

public abstract ScalingPlanPooledSchedule getById(String id)

Get a ScalingPlanPooledSchedule.

Parameters:

id - the resource ID.

Returns:

a ScalingPlanPooledSchedule along with Response<T>.

getByIdWithResponse

public abstract Response<ScalingPlanPooledSchedule> getByIdWithResponse(String id, Context context)

Get a ScalingPlanPooledSchedule.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

a ScalingPlanPooledSchedule along with Response<T>.

getWithResponse

public abstract Response<ScalingPlanPooledSchedule> getWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)

Get a ScalingPlanPooledSchedule.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scalingPlanName - The name of the scaling plan.
scalingPlanScheduleName - The name of the ScalingPlanSchedule.
context - The context to associate with this operation.

Returns:

a ScalingPlanPooledSchedule along with Response<T>.

list

public abstract PagedIterable<ScalingPlanPooledSchedule> list(String resourceGroupName, String scalingPlanName)

List ScalingPlanPooledSchedules.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scalingPlanName - The name of the scaling plan.

Returns:

scalingPlanPooledScheduleList as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ScalingPlanPooledSchedule> list(String resourceGroupName, String scalingPlanName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List ScalingPlanPooledSchedules.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scalingPlanName - The name of the scaling plan.
pageSize - Number of items per page.
isDescending - Indicates whether the collection is descending.
initialSkip - Initial number of items to skip.
context - The context to associate with this operation.

Returns:

scalingPlanPooledScheduleList as paginated response with PagedIterable<T>.

Applies to