MockableCosmosDBArmClient.GetGremlinGraphThroughputSettingResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a GremlinGraphThroughputSettingResource object.

Applies to