ApplicationDefinition.DefinitionStages.WithCreateUiDefinition Interface

public static interface ApplicationDefinition.DefinitionStages.WithCreateUiDefinition

The stage of the ApplicationDefinition definition allowing to specify createUiDefinition.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCreateUiDefinition(Object createUiDefinition)

Specifies the createUiDefinition property: The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

Method Details

withCreateUiDefinition

public abstract ApplicationDefinition.DefinitionStages.WithCreate withCreateUiDefinition(Object createUiDefinition)

Specifies the createUiDefinition property: The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string..

Parameters:

createUiDefinition - The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string.

Returns:

the next definition stage.

Applies to