Settings Interface
public interface Settings
An instance of this class provides access to all the operations defined in Settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<App |
list(UUID appId, String versionId)
Gets the settings in a version of the application. |
Observable<List<App |
listAsync(UUID appId, String versionId)
Gets the settings in a version of the application. |
Operation |
update(UUID appId, String versionId, List<AppVersionSettingObject> listOfAppVersionSettingObject)
Updates the settings in a version of the application. |
Observable<Operation |
updateAsync(UUID appId, String versionId, List<AppVersionSettingObject> listOfAppVersionSettingObject)
Updates the settings in a version of the application. |
Method Details
list
public List
Gets the settings in a version of the application.
Parameters:
Returns:
Throws:
listAsync
public Observable> listAsync(UUID appId, String versionId)
Gets the settings in a version of the application.
Parameters:
Returns:
Throws:
update
public OperationStatus update(UUID appId, String versionId, List
Updates the settings in a version of the application.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the settings in a version of the application.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java