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

Infrastructure.IsValidIdentifierName(String) Method

Definition

Checks whether an name is a valid bicep identifier name comprised of letters, digits, and underscores.

public static bool IsValidIdentifierName (string? identifierName);
static member IsValidIdentifierName : string -> bool
Public Shared Function IsValidIdentifierName (identifierName As String) As Boolean

Parameters

identifierName
String

The proposed identifier name.

Returns

Whether the name is a valid bicep identifier name.

Applies to