Freigeben über


KpiResourceFormatCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren KpiResourceFormatResource Vorgänge darstellt. Jedes KpiResourceFormatResource in der Auflistung gehört zum gleichen instance von HubResource. Um eine KpiResourceFormatCollection instance rufen Sie die GetKpiResourceFormats-Methode aus einer instance von aufHubResource.

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

Konstruktoren

KpiResourceFormatCollection()

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

Erstellt einen KPI oder aktualisiert einen vorhandenen KPI im Hub.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}
  • Vorgangs-IdKpi_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KpiResourceFormatData, CancellationToken)

Erstellt einen KPI oder aktualisiert einen vorhandenen KPI im Hub.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}
  • Vorgangs-IdKpi_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}
  • Vorgangs-IdKpi_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}
  • Vorgangs-IdKpi_Get
Get(String, CancellationToken)

Ruft einen KPI im Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}
  • Vorgangs-IdKpi_Get
GetAll(CancellationToken)

Ruft alle KPIs im angegebenen Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi
  • Vorgangs-IdKpi_ListByHub
GetAllAsync(CancellationToken)

Ruft alle KPIs im angegebenen Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi
  • Vorgangs-IdKpi_ListByHub
GetAsync(String, CancellationToken)

Ruft einen KPI im Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}
  • Vorgangs-IdKpi_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<KpiResourceFormatResource>.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<KpiResourceFormatResource>.GetEnumerator()

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

Gilt für: