Freigeben über


OperationalInsightsDataExportCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren OperationalInsightsDataExportResource Vorgänge darstellt. Jedes OperationalInsightsDataExportResource in der Auflistung gehört zum gleichen instance von OperationalInsightsWorkspaceResource. Um eine OperationalInsightsDataExportCollection instance rufen Sie die GetOperationalInsightsDataExports-Methode aus einer instance von aufOperationalInsightsWorkspaceResource.

public class OperationalInsightsDataExportCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportResource>
type OperationalInsightsDataExportCollection = class
    inherit ArmCollection
    interface seq<OperationalInsightsDataExportResource>
    interface IEnumerable
    interface IAsyncEnumerable<OperationalInsightsDataExportResource>
Public Class OperationalInsightsDataExportCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of OperationalInsightsDataExportResource), IEnumerable(Of OperationalInsightsDataExportResource)
Vererbung
OperationalInsightsDataExportCollection
Implementiert

Konstruktoren

OperationalInsightsDataExportCollection()

Initialisiert eine neue instance der -Klasse für die OperationalInsightsDataExportCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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, OperationalInsightsDataExportData, CancellationToken)

Erstellen oder Aktualisieren eines Datenexports.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Vorgangs-IdDataExports_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, OperationalInsightsDataExportData, CancellationToken)

Erstellen oder Aktualisieren eines Datenexports.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Vorgangs-IdDataExports_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Vorgangs-IdDataExports_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Vorgangs-IdDataExports_Get
Get(String, CancellationToken)

Ruft einen Datenexport instance ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Vorgangs-IdDataExports_Get
GetAll(CancellationToken)

Listet die Datenexportinstanzen in einem Arbeitsbereich auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports
  • Vorgangs-IdDataExports_ListByWorkspace
GetAllAsync(CancellationToken)

Listet die Datenexportinstanzen in einem Arbeitsbereich auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports
  • Vorgangs-IdDataExports_ListByWorkspace
GetAsync(String, CancellationToken)

Ruft einen Datenexport instance ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Vorgangs-IdDataExports_Get
TryGetApiVersion(ResourceType, String)

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

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<OperationalInsightsDataExportResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<OperationalInsightsDataExportResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: