Freigeben über


OperationalInsightsDataSourceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von OperationalInsightsDataSourceResource und deren Vorgänge darstellt. Jedes OperationalInsightsDataSourceResource in der Auflistung gehört zum gleichen instance von OperationalInsightsWorkspaceResource. Um einen OperationalInsightsDataSourceCollection instance rufen Sie die GetOperationalInsightsDataSources-Methode aus einer instance von OperationalInsightsWorkspaceResourceauf.

public class OperationalInsightsDataSourceCollection : Azure.ResourceManager.ArmCollection
type OperationalInsightsDataSourceCollection = class
    inherit ArmCollection
Public Class OperationalInsightsDataSourceCollection
Inherits ArmCollection
Vererbung
OperationalInsightsDataSourceCollection

Konstruktoren

OperationalInsightsDataSourceCollection()

Initialisiert eine neue instance der OperationalInsightsDataSourceCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, OperationalInsightsDataSourceData, CancellationToken)

Erstellen oder Aktualisieren einer Datenquelle.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
  • Vorgang IdDataSources_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, OperationalInsightsDataSourceData, CancellationToken)

Erstellen oder Aktualisieren einer Datenquelle.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
  • Vorgang IdDataSources_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
  • Vorgang IdDataSources_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
  • Vorgang IdDataSources_Get
Get(String, CancellationToken)

Ruft eine datenquelle instance ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
  • Vorgang IdDataSources_Get
GetAll(String, String, CancellationToken)

Ruft die erste Seite der Datenquelleninstanzen in einem Arbeitsbereich mit dem Link zur nächsten Seite ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources
  • Vorgang IdDataSources_ListByWorkspace
GetAllAsync(String, String, CancellationToken)

Ruft die erste Seite der Datenquelleninstanzen in einem Arbeitsbereich mit dem Link zur nächsten Seite ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources
  • Vorgang IdDataSources_ListByWorkspace
GetAsync(String, CancellationToken)

Ruft eine datenquelle instance ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
  • Vorgang IdDataSources_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Gilt für: