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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java