Solution.DefinitionStages.WithPlan Interface

public static interface Solution.DefinitionStages.WithPlan

The stage of the Solution definition allowing to specify plan.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPlan(SolutionPlan plan)

Specifies the plan property: Plan for solution object supported by the OperationsManagement resource provider..

Method Details

withPlan

public abstract Solution.DefinitionStages.WithCreate withPlan(SolutionPlan plan)

Specifies the plan property: Plan for solution object supported by the OperationsManagement resource provider..

Parameters:

plan - Plan for solution object supported by the OperationsManagement resource provider.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Preview