MockableCosmosDBArmClient.GetCassandraKeyspaceResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a CassandraKeyspaceResource object.

Applies to