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

Infrastructure.IsValidBicepIdentifier(String) Method

Definition

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

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

Parameters

bicepIdentifier
String

The proposed identifier.

Returns

Whether the name is a valid bicep identifier.

Applies to