KustoAttachedDatabaseConfigurationCollection.GetIfExistsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Versucht, Details für diese Ressource aus dem Dienst abzurufen.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
- Vorgang IdAttachedDatabaseConfigurations_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>> GetIfExistsAsync (string attachedDatabaseConfigurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>>
Public Overridable Function GetIfExistsAsync (attachedDatabaseConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of KustoAttachedDatabaseConfigurationResource))
Parameter
- attachedDatabaseConfigurationName
- String
Der Name der angefügten Datenbankkonfiguration.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
attachedDatabaseConfigurationName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
attachedDatabaseConfigurationName
ist NULL.
Gilt für:
Azure SDK for .NET