ActiveConfigurationParameter Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ActiveConfigurationParameter
- com.
Implements
public final class ActiveConfigurationParameter
implements JsonSerializable<ActiveConfigurationParameter>
Effective Virtual Networks Parameter.
Constructor Summary
| Constructor | Description |
|---|---|
| ActiveConfigurationParameter() |
Creates an instance of Active |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Active |
fromJson(JsonReader jsonReader)
Reads an instance of Active |
| List<String> |
regions()
Get the regions property: List of regions. |
| String |
skipToken()
Get the skip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Active |
withRegions(List<String> regions)
Set the regions property: List of regions. |
|
Active |
withSkipToken(String skipToken)
Set the skip |
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:
Returns:
Throws:
regions
public List<String> regions()
Get the regions property: List of regions.
Returns:
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:
toJson
validate
public void validate()
Validates the instance.
withRegions
public ActiveConfigurationParameter withRegions(List<String> regions)
Set the regions property: List of regions.
Parameters:
Returns:
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:
Returns: