閱讀英文

共用方式為


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);

Parameters

objectId
String

The object ID whose syntax is to be validated.

Returns

True iff the given object ID has valid syntax.

Applies to