Freigeben über


OperationalInsightsWorkspaceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren OperationalInsightsWorkspaceResource Vorgänge darstellt. Jedes OperationalInsightsWorkspaceResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um eine OperationalInsightsWorkspaceCollection instance rufen Sie die GetOperationalInsightsWorkspaces-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

OperationalInsightsWorkspaceCollection()

Initialisiert eine neue instance der -Klasse für die OperationalInsightsWorkspaceCollection 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, OperationalInsightsWorkspaceData, CancellationToken)

Erstellen oder Aktualisieren eines Arbeitsbereichs.

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

Erstellen oder Aktualisieren eines Arbeitsbereichs.

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

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

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

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

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

Ruft einen arbeitsbereichsbasierten instance ab.

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

Ruft Arbeitsbereiche in einer Ressourcengruppe ab.

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

Ruft Arbeitsbereiche in einer Ressourcengruppe ab.

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

Ruft einen arbeitsbereichsbasierten instance ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Vorgangs-IdWorkspaces_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<OperationalInsightsWorkspaceResource>.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<OperationalInsightsWorkspaceResource>.GetEnumerator()

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

Gilt für: