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().
Copyright © 2021 Microsoft Corporation. All rights reserved.