Freigeben über


IdUtils.GetValueByName(String, String) Method

Definition

Fetches the value embedded in the ARM ID, identified the provided input id, in the ARM ID.

public static string GetValueByName (string id, string idName);
static member GetValueByName : string * string -> string
Public Shared Function GetValueByName (id As String, idName As String) As String

Parameters

id
String

The ARM input ID

idName
String

Name of the value to be returned

Returns

Applies to