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

ISupportsGettingById<T>.GetById(String) Method

Definition

Gets the information about a resource from Azure based on the resource id.

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

Parameters

id
String

id the id of the resource.

Returns

T

an immutable representation of the resource

Applies to