MockableCosmosDBArmClient.GetThroughputPoolResource Method

Definition

Gets an object representing a ThroughputPoolResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ThroughputPoolResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ThroughputPoolResource object.

Applies to