KeyVaultManagementCmdletBase.IsValidObjectIdSyntax(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.