ManagedVirtualNetworkListResponse Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.ManagedVirtualNetworkListResponse

Implements

public final class ManagedVirtualNetworkListResponse
implements JsonSerializable<ManagedVirtualNetworkListResponse>

A list of managed Virtual Network resources.

Constructor Summary

Constructor Description
ManagedVirtualNetworkListResponse()

Creates an instance of ManagedVirtualNetworkListResponse class.

Method Summary

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

Reads an instance of ManagedVirtualNetworkListResponse from the JsonReader.

String nextLink()

Get the nextLink property: The link to the next page of results, if any remaining results exist.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ManagedVirtualNetworkResourceInner> value()

Get the value property: List of managed Virtual Networks.

ManagedVirtualNetworkListResponse withNextLink(String nextLink)

Set the nextLink property: The link to the next page of results, if any remaining results exist.

ManagedVirtualNetworkListResponse 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedVirtualNetworkListResponse if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

nextLink

public String nextLink()

Get the nextLink property: The link to the next page of results, if any remaining results exist.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ManagedVirtualNetworkResourceInner> value()

Get the value property: List of managed Virtual Networks.

Returns:

the value value.

withNextLink

public ManagedVirtualNetworkListResponse withNextLink(String nextLink)

Set the nextLink property: The link to the next page of results, if any remaining results exist.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ManagedVirtualNetworkListResponse object itself.

withValue

public ManagedVirtualNetworkListResponse withValue(List<ManagedVirtualNetworkResourceInner> value)

Set the value property: List of managed Virtual Networks.

Parameters:

value - the value value to set.

Returns:

the ManagedVirtualNetworkListResponse object itself.

Applies to