HasManager<ManagerT> Interface
Type Parameters
- ManagerT
the manager client type
public interface HasManager
An interface representing a model that exposes a management client.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract ManagerT | manager() |
Method Details
manager
public abstract ManagerT manager()
Returns:
the manager client of this resource type
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java