ScalingPlanPooledSchedule.DefinitionStages.WithParentResource Interface

public static interface ScalingPlanPooledSchedule.DefinitionStages.WithParentResource

The stage of the ScalingPlanPooledSchedule definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingScalingPlan(String resourceGroupName, String scalingPlanName)

Specifies resourceGroupName, scalingPlanName.

Method Details

withExistingScalingPlan

public abstract ScalingPlanPooledSchedule.DefinitionStages.WithCreate withExistingScalingPlan(String resourceGroupName, String scalingPlanName)

Specifies resourceGroupName, scalingPlanName.

Parameters:

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

Returns:

the next definition stage.

Applies to