你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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