Application.DefinitionStages.WithSourceResourceType Interface

public static interface Application.DefinitionStages.WithSourceResourceType

The stage of the Application definition allowing to specify sourceResourceType.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSourceResourceType(ApplicationSourceResourceType sourceResourceType)

Specifies the sourceResourceType property: The application source, what it affects, e.g.

Method Details

withSourceResourceType

public abstract Application.DefinitionStages.WithCreate withSourceResourceType(ApplicationSourceResourceType sourceResourceType)

Specifies the sourceResourceType property: The application source, what it affects, e.g. Assessments.

Parameters:

sourceResourceType - The application source, what it affects, e.g. Assessments.

Returns:

the next definition stage.

Applies to