ParentT - the parent definition Settable.parent() returns topublic interface Settable<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ParentT |
parent()
Begins an update for a child resource.
|
ParentT parent()
This is the beginning of the builder pattern used to update child resources
The final method completing the update and continue
the actual parent resource update process in Azure is Settable.parent().
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.