MockableCosmosDBArmClient.GetMongoDBCollectionThroughputSettingResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MongoDBCollectionThroughputSettingResource object.

Applies to