T
- the fluent type of the resourcepublic interface Updatable<T>
Modifier and Type | Method and Description |
---|---|
T |
update()
Begins an update for a new resource.
|
T update()
This is the beginning of the builder pattern used to update top level resources
in Azure. The final method completing the definition and starting the actual resource creation
process in Azure is Appliable.apply()
.
Copyright © 2019. All rights reserved.