ApplicationInsightsComponentListResult Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. models. ApplicationInsightsComponentListResult
- com.
Implements
public final class ApplicationInsightsComponentListResult
implements JsonSerializable<ApplicationInsightsComponentListResult>
Describes the list of Application Insights Resources.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationInsightsComponentListResult() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Application |
value()
Get the value property: List of Application Insights component definitions. |
|
Application |
withNextLink(String nextLink)
Set the next |
|
Application |
withValue(List<ApplicationInsightsComponentInner> value)
Set the value property: List of Application Insights component definitions. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationInsightsComponentListResult
public ApplicationInsightsComponentListResult()
Creates an instance of ApplicationInsightsComponentListResult class.
Method Details
fromJson
public static ApplicationInsightsComponentListResult fromJson(JsonReader jsonReader)
Reads an instance of ApplicationInsightsComponentListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI to get the next set of Application Insights component definitions if too many components where returned in the result set.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ApplicationInsightsComponentInner> value()
Get the value property: List of Application Insights component definitions.
Returns:
withNextLink
public ApplicationInsightsComponentListResult withNextLink(String nextLink)
Set the nextLink property: The URI to get the next set of Application Insights component definitions if too many components where returned in the result set.
Parameters:
Returns:
withValue
public ApplicationInsightsComponentListResult withValue(List<ApplicationInsightsComponentInner> value)
Set the value property: List of Application Insights component definitions.
Parameters:
Returns: