Share via


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

ISupportsGettingById<T>.GetById(String) 方法

定义

根据资源 ID 从 Azure 获取有关资源的信息。

public T GetById (string id);
abstract member GetById : string -> 'T
Public Function GetById (id As String) As T

参数

id
String

id 资源 ID。

返回

T

资源的不可变表示形式

适用于