ManagedVirtualNetworkListResponse Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. ManagedVirtualNetworkListResponse
- com.
Implements
public final class ManagedVirtualNetworkListResponse
implements JsonSerializable<ManagedVirtualNetworkListResponse>
A list of managed Virtual Network resources.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedVirtualNetworkListResponse() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Managed |
value()
Get the value property: List of managed Virtual Networks. |
|
Managed |
withNextLink(String nextLink)
Set the next |
|
Managed |
withValue(List<ManagedVirtualNetworkResourceInner> value)
Set the value property: List of managed Virtual Networks. |
Methods inherited from java.lang.Object
Constructor Details
ManagedVirtualNetworkListResponse
public ManagedVirtualNetworkListResponse()
Creates an instance of ManagedVirtualNetworkListResponse class.
Method Details
fromJson
public static ManagedVirtualNetworkListResponse fromJson(JsonReader jsonReader)
Reads an instance of ManagedVirtualNetworkListResponse from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ManagedVirtualNetworkResourceInner> value()
Get the value property: List of managed Virtual Networks.
Returns:
withNextLink
public ManagedVirtualNetworkListResponse withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.
Parameters:
Returns:
withValue
public ManagedVirtualNetworkListResponse withValue(List<ManagedVirtualNetworkResourceInner> value)
Set the value property: List of managed Virtual Networks.
Parameters:
Returns: