Interface HasManager<ManagerT>

Type Parameters:
ManagerT - the manager client type
All Known Subinterfaces:
Deployment, Deployments, GenericResource, GenericResources, GroupableResource<TManager,InnerT>, IndependentChild<ManagerT>, IndependentChildResource<ManagerT,InnerT>, ManagementLock, ManagementLocks, ResourceGroups, TagOperations

public interface HasManager<ManagerT>
An interface representing a model that exposes a management client.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the manager client of this resource type.
  • Method Details

    • manager

      ManagerT manager()
      Gets the manager client of this resource type.
      Returns:
      the manager client of this resource type