Interface IndependentChild<ManagerT>

Type Parameters:
ManagerT - the client manager type representing the service
All Superinterfaces:
HasId, HasManager<ManagerT>, HasName, HasResourceGroup, Indexable
All Known Subinterfaces:
IndependentChildResource<ManagerT,InnerT>

public interface IndependentChild<ManagerT> extends HasName, HasId, Indexable, HasResourceGroup, HasManager<ManagerT>
Interface for the child resource which can be CRUDed independently from the parent resource.