DelegatedControllers Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. models. DelegatedControllers
- com.
Implements
public final class DelegatedControllers
implements JsonSerializable<DelegatedControllers>
An array of Delegated controller resources.
Constructor Summary
| Constructor | Description |
|---|---|
| DelegatedControllers() |
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 controller resources. |
|
Delegated |
withValue(List<DelegatedControllerInner> value)
Set the value property: An array of Delegated controller resources. |
Methods inherited from java.lang.Object
Constructor Details
DelegatedControllers
public DelegatedControllers()
Creates an instance of DelegatedControllers class.
Method Details
fromJson
public static DelegatedControllers fromJson(JsonReader jsonReader)
Reads an instance of DelegatedControllers from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of controllers.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DelegatedControllerInner> value()
Get the value property: An array of Delegated controller resources.
Returns:
withValue
public DelegatedControllers withValue(List<DelegatedControllerInner> value)
Set the value property: An array of Delegated controller resources.
Parameters:
Returns: