ActiveConnectivityConfigurationsListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ActiveConnectivityConfigurationsListResultInner
- com.
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 Active |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Active |
fromJson(JsonReader jsonReader)
Reads an instance of Active |
String |
skipToken()
Get the skip |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Active |
value()
Get the value property: Gets a page of active connectivity configurations. |
Active |
withSkipToken(String skipToken)
Set the skip |
Active |
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:
Returns:
Throws:
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.
value
public List
Get the value property: Gets a page of active connectivity configurations.
Returns:
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:
Returns:
withValue
public ActiveConnectivityConfigurationsListResultInner withValue(List
Set the value property: Gets a page of active connectivity configurations.
Parameters:
Returns:
Applies to
Azure SDK for Java