ControllerDetails Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. models. ControllerDetails
- com.
Implements
public final class ControllerDetails
implements JsonSerializable<ControllerDetails>
controller details.
Constructor Summary
| Constructor | Description |
|---|---|
| ControllerDetails() |
Creates an instance of Controller |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Controller |
fromJson(JsonReader jsonReader)
Reads an instance of Controller |
| String |
id()
Get the id property: controller arm resource id. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Controller |
withId(String id)
Set the id property: controller arm resource id. |
Methods inherited from java.lang.Object
Constructor Details
ControllerDetails
public ControllerDetails()
Creates an instance of ControllerDetails class.
Method Details
fromJson
public static ControllerDetails fromJson(JsonReader jsonReader)
Reads an instance of ControllerDetails from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: controller arm resource id.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public ControllerDetails withId(String id)
Set the id property: controller arm resource id.
Parameters:
Returns: