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

Utilities.GetVaultArmId(String) Method

Definition

Returns ARM Id of the vault from ARM ID of the contained resource.

public static string GetVaultArmId (this string data);
static member GetVaultArmId : string -> string
<Extension()>
Public Function GetVaultArmId (data As String) As String

Parameters

data
String

ARM Id of the resource.

Returns

ARM Id of the vault.

Applies to