CassandraClusterResource.GetCassandraDataCenter Method
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.
Get the properties of a managed Cassandra data center.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/dataCenters/{dataCenterName}
- Operation Id: CassandraDataCenters_Get
- Default Api Version: 2024-05-15-preview
- Resource: CassandraDataCenterResource
public virtual Azure.Response<Azure.ResourceManager.CosmosDB.CassandraDataCenterResource> GetCassandraDataCenter (string dataCenterName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCassandraDataCenter : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CassandraDataCenterResource>
override this.GetCassandraDataCenter : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CassandraDataCenterResource>
Public Overridable Function GetCassandraDataCenter (dataCenterName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CassandraDataCenterResource)
Parameters
- dataCenterName
- String
Data center name in a managed Cassandra cluster.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
dataCenterName
is null.
dataCenterName
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET