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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TserviceClient()
-
-
-
Method Detail
-
serviceClient
T serviceClient()
- Returns:
- wrapped service client providing direct access to the underlying auto-generated API implementation, based on Azure REST API
-
-