次の方法で共有


ApplicationInsightsComponentListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentListResult

Implements

public final class ApplicationInsightsComponentListResult
implements JsonSerializable<ApplicationInsightsComponentListResult>

Describes the list of Application Insights Resources.

Constructor Summary

Constructor Description
ApplicationInsightsComponentListResult()

Creates an instance of ApplicationInsightsComponentListResult class.

Method Summary

Modifier and Type Method and Description
static ApplicationInsightsComponentListResult fromJson(JsonReader jsonReader)

Reads an instance of ApplicationInsightsComponentListResult from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ApplicationInsightsComponentInner> value()

Get the value property: List of Application Insights component definitions.

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.

ApplicationInsightsComponentListResult 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationInsightsComponentListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

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:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ApplicationInsightsComponentInner> value()

Get the value property: List of Application Insights component definitions.

Returns:

the value value.

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:

nextLink - the nextLink value to set.

Returns:

the ApplicationInsightsComponentListResult object itself.

withValue

public ApplicationInsightsComponentListResult withValue(List<ApplicationInsightsComponentInner> value)

Set the value property: List of Application Insights component definitions.

Parameters:

value - the value value to set.

Returns:

the ApplicationInsightsComponentListResult object itself.

Applies to