共用方式為


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()

Gets the manager client of this resource type.

Method Details

manager

public abstract ManagerT manager()

Gets the manager client of this resource type.

Returns:

the manager client of this resource type

Applies to