Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Solution |
Solution.withData(List<List<NameValuePair>> data)
Set solution Data.
|
Solution |
Solution.withDescription(String description)
Set description of the solution.
|
Solution |
Solution.withDisplayName(String displayName)
Set display Name of the solution.
|
Solution |
Solution.withId(Double id)
Set solution Id.
|
Solution |
Solution.withMetadata(List<List<NameValuePair>> metadata)
Set solution Metadata.
|
Solution |
Solution.withOrder(Double order)
Set order of the solution.
|
Solution |
Solution.withType(SolutionType type)
Set type of Solution.
|
Modifier and Type | Method and Description |
---|---|
List<Solution> |
DetectorAbnormalTimePeriod.solutions()
Get list of proposed solutions.
|
List<Solution> |
AbnormalTimePeriod.solutions()
Get list of proposed solutions.
|
Modifier and Type | Method and Description |
---|---|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withSolutions(List<Solution> solutions)
Set list of proposed solutions.
|
AbnormalTimePeriod |
AbnormalTimePeriod.withSolutions(List<Solution> solutions)
Set list of proposed solutions.
|
Copyright © 2019. All rights reserved.