Interface GroupableResource<TManager,InnerT>

Type Parameters:
TManager - the manager object type representing the service
InnerT - the wrapped, inner, auto-generated implementation object type
All Superinterfaces:
HasId, HasInnerModel<InnerT>, HasManager<TManager>, HasName, HasResourceGroup, Indexable, Resource
All Known Subinterfaces:
GenericResource, IndependentChildResource<ManagerT,InnerT>

public interface GroupableResource<TManager,InnerT> extends Resource, HasResourceGroup, HasManager<TManager>, HasInnerModel<InnerT>
Base interface for resources in resource groups.