Solution.DefinitionStages.WithProperties Interface

public static interface Solution.DefinitionStages.WithProperties

The stage of the Solution definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(SolutionProperties properties)

Specifies the properties property: Properties for solution object supported by the OperationsManagement resource provider..

Method Details

withProperties

public abstract Solution.DefinitionStages.WithCreate withProperties(SolutionProperties properties)

Specifies the properties property: Properties for solution object supported by the OperationsManagement resource provider..

Parameters:

properties - Properties for solution object supported by the OperationsManagement resource provider.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Preview