Aracılığıyla paylaş


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