MetastoreClient.GetDatabaseOperations(String, CancellationToken) 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.
Gets status of the database.
public virtual Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.MetastoreRequestSuccessResponse> GetDatabaseOperations (string id, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDatabaseOperations : string * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.MetastoreRequestSuccessResponse>
override this.GetDatabaseOperations : string * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.MetastoreRequestSuccessResponse>
Public Overridable Function GetDatabaseOperations (id As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MetastoreRequestSuccessResponse)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.