ApplicationDefinition.DefinitionStages.WithDisplayName Interface
public static interface ApplicationDefinition.DefinitionStages.WithDisplayName
The stage of the ApplicationDefinition definition allowing to specify displayName.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDisplayName(String displayName)
Specifies the display |
Method Details
withDisplayName
public abstract ApplicationDefinition.DefinitionStages.WithCreate withDisplayName(String displayName)
Specifies the displayName property: The managed application definition display name..
Parameters:
displayName
- The managed application definition display name.
Returns:
the next definition stage.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java