Freigeben über


OperationalInsightsLinkedServiceCollection Klasse

Definition

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

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

Konstruktoren

OperationalInsightsLinkedServiceCollection()

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

Erstellen oder Aktualisieren eines verknüpften Diensts

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

Erstellen oder Aktualisieren eines verknüpften Diensts

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

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

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

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

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

Ruft einen verknüpften Dienst instance ab.

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

Ruft die verknüpften Dienstinstanzen in einem Arbeitsbereich ab.

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

Ruft die verknüpften Dienstinstanzen in einem Arbeitsbereich ab.

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

Ruft einen verknüpften Dienst instance ab.

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

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

Gilt für: