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

Infrastructure.ValidateBicepIdentifier(String, String) Method

Definition

Validates whether a given bicep identifier name is correctly formed of letters, numbers, and underscores.

public static void ValidateBicepIdentifier (string? bicepIdentifier, string? paramName = default);
static member ValidateBicepIdentifier : string * string -> unit
Public Shared Sub ValidateBicepIdentifier (bicepIdentifier As String, Optional paramName As String = Nothing)

Parameters

bicepIdentifier
String

The proposed bicep identifier.

paramName
String

Optional parameter name to use for exceptions.

Exceptions

Throws if null.

Throws if empty or invalid.

Applies to