Share via


KustoDatabaseResource.Get(CancellationToken) Method

Definition

Returns a database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Get
  • Default Api Version: 2024-04-13
  • Resource: KustoDatabaseResource
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoDatabaseResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoDatabaseResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoDatabaseResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoDatabaseResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to