MockableCosmosDBArmClient.GetCosmosDBAccountResource Method

Definition

Gets an object representing a CosmosDBAccountResource 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 CosmosDBAccountResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a CosmosDBAccountResource object.

Applies to