Freigeben über


DataSourcesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren einer Datenquelle.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.DataSource> CreateOrUpdateAsync (this Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations operations, string resourceGroupName, string workspaceName, string dataSourceName, Microsoft.Azure.Management.OperationalInsights.Models.DataSource parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations * string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.DataSource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.DataSource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDataSourcesOperations, resourceGroupName As String, workspaceName As String, dataSourceName As String, parameters As DataSource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataSource)

Parameter

operations
IDataSourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs

dataSourceName
String

Der Name der Datenquellenressource.

parameters
DataSource

Die Parameter, die zum Erstellen oder Aktualisieren einer Datenquelle erforderlich sind.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: