DelegatedControllers Class

  • java.lang.Object
    • com.azure.resourcemanager.delegatednetwork.models.DelegatedControllers

Implements

public final class DelegatedControllers
implements JsonSerializable<DelegatedControllers>

An array of Delegated controller resources.

Constructor Summary

Constructor Description
DelegatedControllers()

Creates an instance of DelegatedControllers class.

Method Summary

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

Reads an instance of DelegatedControllers from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of controllers.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<DelegatedControllerInner> value()

Get the value property: An array of Delegated controller resources.

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

jsonReader - The JsonReader being read.

Returns:

An instance of DelegatedControllers 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 URL to get the next set of controllers.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<DelegatedControllerInner> value()

Get the value property: An array of Delegated controller resources.

Returns:

the value value.

withValue

public DelegatedControllers withValue(List<DelegatedControllerInner> value)

Set the value property: An array of Delegated controller resources.

Parameters:

value - the value value to set.

Returns:

the DelegatedControllers object itself.

Applies to