IdUtils.GetValueByName(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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