CloudServicesNetworkList Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. CloudServicesNetworkList
- com.
Implements
public final class CloudServicesNetworkList
implements JsonSerializable<CloudServicesNetworkList>
CloudServicesNetworkList represents a list of cloud services networks.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudServicesNetworkList() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Cloud |
value()
Get the value property: The list of cloud services networks. |
|
Cloud |
withNextLink(String nextLink)
Set the next |
|
Cloud |
withValue(List<CloudServicesNetworkInner> value)
Set the value property: The list of cloud services networks. |
Methods inherited from java.lang.Object
Constructor Details
CloudServicesNetworkList
public CloudServicesNetworkList()
Creates an instance of CloudServicesNetworkList class.
Method Details
fromJson
public static CloudServicesNetworkList fromJson(JsonReader jsonReader)
Reads an instance of CloudServicesNetworkList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of operations.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<CloudServicesNetworkInner> value()
Get the value property: The list of cloud services networks.
Returns:
withNextLink
public CloudServicesNetworkList withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of operations.
Parameters:
Returns:
withValue
public CloudServicesNetworkList withValue(List<CloudServicesNetworkInner> value)
Set the value property: The list of cloud services networks.
Parameters:
Returns: