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

Utilities.GetValueFromArmId(String, String) Method

Definition

Get Value from ARM ID

public static string GetValueFromArmId (string armId, string key);
static member GetValueFromArmId : string * string -> string
Public Function GetValueFromArmId (armId As String, key As String) As String

Parameters

armId
String

ARM Id.

key
String

Returns

the key

Applies to