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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • serviceClient

      T serviceClient()
      Returns:
      wrapped service client providing direct access to the underlying auto-generated API implementation, based on Azure REST API