Partager via


OperationalInsightsDataSourceCollection.GetAsync Méthode

Définition

Obtient une instance de source de données.

  • Chemin/abonnements de la demande/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
  • IdDataSources_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource>> GetAsync (string dataSourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource>>
Public Overridable Function GetAsync (dataSourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperationalInsightsDataSourceResource))

Paramètres

dataSourceName
String

Nom de la source de données.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

dataSourceName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

dataSourceName a la valeur null.

S’applique à