CassandraTableCreateOrUpdateContent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of CassandraTableCreateOrUpdateContent.
public CassandraTableCreateOrUpdateContent(Azure.Core.AzureLocation ___location, Azure.ResourceManager.CosmosDB.Models.CassandraTableResourceInfo resource);
new Azure.ResourceManager.CosmosDB.Models.CassandraTableCreateOrUpdateContent : Azure.Core.AzureLocation * Azure.ResourceManager.CosmosDB.Models.CassandraTableResourceInfo -> Azure.ResourceManager.CosmosDB.Models.CassandraTableCreateOrUpdateContent
Public Sub New (___location As AzureLocation, resource As CassandraTableResourceInfo)
Parameters
- ___location
- AzureLocation
The ___location.
- resource
- CassandraTableResourceInfo
The standard JSON format of a Cassandra table.
Exceptions
resource
is null.