Share via


ExtendedCassandraTableResourceInfo(String) Constructor

Definition

Initializes a new instance of ExtendedCassandraTableResourceInfo.

public ExtendedCassandraTableResourceInfo (string tableName);
new Azure.ResourceManager.CosmosDB.Models.ExtendedCassandraTableResourceInfo : string -> Azure.ResourceManager.CosmosDB.Models.ExtendedCassandraTableResourceInfo
Public Sub New (tableName As String)

Parameters

tableName
String

Name of the Cosmos DB Cassandra table.

Exceptions

tableName is null.

Applies to