MockableCosmosDBArmClient.GetGremlinGraphResource(ResourceIdentifier) Method

Definition

Gets an object representing a GremlinGraphResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.CosmosDB.GremlinGraphResource GetGremlinGraphResource(Azure.Core.ResourceIdentifier id);
abstract member GetGremlinGraphResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CosmosDB.GremlinGraphResource
override this.GetGremlinGraphResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CosmosDB.GremlinGraphResource
Public Overridable Function GetGremlinGraphResource (id As ResourceIdentifier) As GremlinGraphResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a GremlinGraphResource object.

Applies to