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
With |
withCreateUiDefinition(Object createUiDefinition)
Specifies the create |
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:
Returns:
Applies to
Azure SDK for Java