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

KeyVaultManagementCmdletBase.IsValidObjectIdSyntax(String) Method

Definition

Determines whether or not the given object ID has valid syntax. This does not validate whether or not the object ID is actually present in the Graph DB.

protected bool IsValidObjectIdSyntax (string objectId);
member this.IsValidObjectIdSyntax : string -> bool
Protected Function IsValidObjectIdSyntax (objectId As String) As Boolean

Parameters

objectId
String

The object ID whose syntax is to be validated.

Returns

True iff the given object ID has valid syntax.

Applies to