NetworkManagerEffectiveConnectivityConfigurationListResultInner Class

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

Implements

public final class NetworkManagerEffectiveConnectivityConfigurationListResultInner
implements JsonSerializable<NetworkManagerEffectiveConnectivityConfigurationListResultInner>

Result of the request to list networkManagerEffectiveConnectivityConfiguration. It contains a list of groups and a skiptoken to get the next set of results.

Constructor Summary

Constructor Description
NetworkManagerEffectiveConnectivityConfigurationListResultInner()

Creates an instance of NetworkManagerEffectiveConnectivityConfigurationListResultInner class.

Method Summary

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

Reads an instance of NetworkManagerEffectiveConnectivityConfigurationListResultInner 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<EffectiveConnectivityConfiguration> value()

Get the value property: Gets a page of NetworkManagerEffectiveConnectivityConfiguration.

NetworkManagerEffectiveConnectivityConfigurationListResultInner 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.

NetworkManagerEffectiveConnectivityConfigurationListResultInner withValue(List<EffectiveConnectivityConfiguration> value)

Set the value property: Gets a page of NetworkManagerEffectiveConnectivityConfiguration.

Methods inherited from java.lang.Object

Constructor Details

NetworkManagerEffectiveConnectivityConfigurationListResultInner

public NetworkManagerEffectiveConnectivityConfigurationListResultInner()

Creates an instance of NetworkManagerEffectiveConnectivityConfigurationListResultInner class.

Method Details

fromJson

public static NetworkManagerEffectiveConnectivityConfigurationListResultInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkManagerEffectiveConnectivityConfigurationListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of NetworkManagerEffectiveConnectivityConfigurationListResultInner 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 NetworkManagerEffectiveConnectivityConfigurationListResultInner.

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 NetworkManagerEffectiveConnectivityConfiguration.

Returns:

the value value.

withSkipToken

public NetworkManagerEffectiveConnectivityConfigurationListResultInner 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 NetworkManagerEffectiveConnectivityConfigurationListResultInner object itself.

withValue

public NetworkManagerEffectiveConnectivityConfigurationListResultInner withValue(List value)

Set the value property: Gets a page of NetworkManagerEffectiveConnectivityConfiguration.

Parameters:

value - the value value to set.

Returns:

the NetworkManagerEffectiveConnectivityConfigurationListResultInner object itself.

Applies to