Application.UpdateStages.WithOptionalProperties Interface
public interface WithOptionalProperties
The stage of an application update allowing to enable or disable auto upgrade of the application.
Method Summary
Modifier and Type | Method and Description |
---|---|
Application. |
withAllowUpdates(boolean allowUpdates)
Allows automatic application updates. |
Application. |
withDisplayName(String displayName)
Specifies the display name for the application. |
Method Details
withAllowUpdates
public Update withAllowUpdates(boolean allowUpdates)
Allows automatic application updates.
Parameters:
allowUpdates
- true to allow the automatic updates of the application, otherwise false
Returns:
the next stage of the update
withDisplayName
public Update withDisplayName(String displayName)
Specifies the display name for the application.
Parameters:
displayName
- a display name
Returns:
the next stage of the update
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java