Interface HasServiceClient<T>
- Type Parameters:
T- the type of the service client.
- All Known Implementing Classes:
Manager,ResourceManager
public interface HasServiceClient<T>
The wrapper around a service client providing extended functionalities.
-
Method Summary
-
Method Details
-
serviceClient
T serviceClient()Gets The wrapper around a service client.- Returns:
- wrapped service client providing direct access to the underlying auto-generated API implementation, based on Azure REST API
-