次の方法で共有


Utilities.IsValidArmId(String, String) Method

Definition

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.

Applies to