IHasManager<ManagerT> Interface
Definition
An interface representing a model that exposes a management client.
public interface IHasManager<ManagerT>
type IHasManager<'ManagerT> = interface
Public Interface IHasManager(Of ManagerT)
Type Parameters
- ManagerT
the manager client type
- Derived
Properties
Manager |
Gets the manager client type of this resource type. |