ApplicationDefinition.DefinitionStages.WithArtifacts Interface
public static interface ApplicationDefinition.DefinitionStages.WithArtifacts
The stage of the ApplicationDefinition definition allowing to specify artifacts.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withArtifacts(List<ApplicationDefinitionArtifact> artifacts)
Specifies the artifacts property: The collection of managed application artifacts. |
Method Details
withArtifacts
public abstract ApplicationDefinition.DefinitionStages.WithCreate withArtifacts(List
Specifies the artifacts property: The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition..
Parameters:
Returns:
Applies to
Azure SDK for Java