Interface HasManager<ManagerT>
-
- Type Parameters:
ManagerT- the manager client type
- All Known Subinterfaces:
Deployment,Deployments,GenericResource,GenericResources,GroupableResource<TManager,InnerT>,IndependentChild<ManagerT>,IndependentChildResource<ManagerT,InnerT>,ManagementLock,ManagementLocks,ResourceGroups,TagOperations
public interface HasManager<ManagerT>An interface representing a model that exposes a management client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagerTmanager()
-
-
-
Method Detail
-
manager
ManagerT manager()
- Returns:
- the manager client of this resource type
-
-