Settable<ParentT> Interface
Type Parameters
- ParentT
the parent definition Settable#parent() returns to
public interface Settable
The base interface for all template interfaces for child resources that support update operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract ParentT |
parent()
Begins an update for a child resource. |
Method Details
parent
public abstract ParentT parent()
Begins an update for a child resource.
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 parent().
Returns:
the stage of parent resource update
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java