ActiveConnectivityConfigurationsListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ActiveConnectivityConfigurationsListResultInner

Implements

public final class ActiveConnectivityConfigurationsListResultInner
implements JsonSerializable<ActiveConnectivityConfigurationsListResultInner>

Result of the request to list active connectivity configurations. It contains a list of active connectivity configurations and a skiptoken to get the next set of results.

Constructor Summary

Constructor Description
ActiveConnectivityConfigurationsListResultInner()

Creates an instance of ActiveConnectivityConfigurationsListResultInner class.

Method Summary

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

Reads an instance of ActiveConnectivityConfigurationsListResultInner from the JsonReader.

String skipToken()

Get the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ActiveConnectivityConfiguration> value()

Get the value property: Gets a page of active connectivity configurations.

ActiveConnectivityConfigurationsListResultInner withSkipToken(String skipToken)

Set the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

ActiveConnectivityConfigurationsListResultInner withValue(List<ActiveConnectivityConfiguration> value)

Set the value property: Gets a page of active connectivity configurations.

Methods inherited from java.lang.Object

Constructor Details

ActiveConnectivityConfigurationsListResultInner

public ActiveConnectivityConfigurationsListResultInner()

Creates an instance of ActiveConnectivityConfigurationsListResultInner class.

Method Details

fromJson

public static ActiveConnectivityConfigurationsListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ActiveConnectivityConfigurationsListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ActiveConnectivityConfigurationsListResultInner.

skipToken

public String skipToken()

Get the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

Returns:

the skipToken value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets a page of active connectivity configurations.

Returns:

the value value.

withSkipToken

public ActiveConnectivityConfigurationsListResultInner withSkipToken(String skipToken)

Set the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

Parameters:

skipToken - the skipToken value to set.

Returns:

the ActiveConnectivityConfigurationsListResultInner object itself.

withValue

public ActiveConnectivityConfigurationsListResultInner withValue(List value)

Set the value property: Gets a page of active connectivity configurations.

Parameters:

value - the value value to set.

Returns:

the ActiveConnectivityConfigurationsListResultInner object itself.

Applies to