Aracılığıyla paylaş


KustoAttachedDatabaseConfigurationResource.Get(CancellationToken) Method

Definition

Returns an attached database configuration.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Operation Id: AttachedDatabaseConfigurations_Get
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoAttachedDatabaseConfigurationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to