ActiveConfigurationParameter Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.ActiveConfigurationParameter

Implements

public final class ActiveConfigurationParameter
implements JsonSerializable<ActiveConfigurationParameter>

Effective Virtual Networks Parameter.

Constructor Summary

Constructor Description
ActiveConfigurationParameter()

Creates an instance of ActiveConfigurationParameter class.

Method Summary

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

Reads an instance of ActiveConfigurationParameter from the JsonReader.

List<String> regions()

Get the regions property: List of regions.

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.

ActiveConfigurationParameter withRegions(List<String> regions)

Set the regions property: List of regions.

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

Methods inherited from java.lang.Object

Constructor Details

ActiveConfigurationParameter

public ActiveConfigurationParameter()

Creates an instance of ActiveConfigurationParameter class.

Method Details

fromJson

public static ActiveConfigurationParameter fromJson(JsonReader jsonReader)

Reads an instance of ActiveConfigurationParameter from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

regions

public List<String> regions()

Get the regions property: List of regions.

Returns:

the regions value.

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.

withRegions

public ActiveConfigurationParameter withRegions(List<String> regions)

Set the regions property: List of regions.

Parameters:

regions - the regions value to set.

Returns:

the ActiveConfigurationParameter object itself.

withSkipToken

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

Applies to