DelegatedSubnets Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. models. DelegatedSubnets
- com.
Implements
public final class DelegatedSubnets
implements JsonSerializable<DelegatedSubnets>
An array of DelegatedSubnet resources.
Constructor Summary
| Constructor | Description |
|---|---|
| DelegatedSubnets() |
Creates an instance of Delegated |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delegated |
fromJson(JsonReader jsonReader)
Reads an instance of Delegated |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Delegated |
value()
Get the value property: An array of Delegated |
|
Delegated |
withValue(List<DelegatedSubnetInner> value)
Set the value property: An array of Delegated |
Methods inherited from java.lang.Object
Constructor Details
DelegatedSubnets
public DelegatedSubnets()
Creates an instance of DelegatedSubnets class.
Method Details
fromJson
public static DelegatedSubnets fromJson(JsonReader jsonReader)
Reads an instance of DelegatedSubnets from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of DelegatedSubnet resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DelegatedSubnetInner> value()
Get the value property: An array of DelegatedSubnet resources.
Returns:
withValue
public DelegatedSubnets withValue(List<DelegatedSubnetInner> value)
Set the value property: An array of DelegatedSubnet resources.
Parameters:
Returns: