Application.UpdateStages.WithSourceResourceType Interface

public static interface Application.UpdateStages.WithSourceResourceType

The stage of the Application update allowing to specify sourceResourceType.

Method Summary

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

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

Method Details

withSourceResourceType

public abstract Application.Update 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