Utilities.IsValidArmId(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.
Checks whether the ARM Id is valid per the given format.
public static bool IsValidArmId (this string armId, string armIdFormat);
static member IsValidArmId : string * string -> bool
<Extension()>
Public Function IsValidArmId (armId As String, armIdFormat As String) As Boolean
Parameters
- armId
- String
ARM Id.
- armIdFormat
- String
ARM id format.
Returns
True if the ARM Id is valid, false otherwise.