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

Utilities.UnFormatArmId(String, String) Method

Definition

Returns tokens based on format provided. This works on ARM IDs only.

public static string[] UnFormatArmId (this string data, string format);
static member UnFormatArmId : string * string -> string[]
<Extension()>
Public Function UnFormatArmId (data As String, format As String) As String()

Parameters

data
String

String to unformat.

format
String

Format reference.

Returns

String[]

Array of string tokens.

Applies to