Freigeben über


PredictionResourceFormatCollection Klasse

Definition

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

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

Konstruktoren

PredictionResourceFormatCollection()

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

Erstellt eine Vorhersage oder aktualisiert eine vorhandene Vorhersage im Hub.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}
  • Vorgangs-IdPredictions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PredictionResourceFormatData, CancellationToken)

Erstellt eine Vorhersage oder aktualisiert eine vorhandene Vorhersage im Hub.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}
  • Vorgangs-IdPredictions_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}
  • Vorgangs-IdPredictions_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}
  • Vorgangs-IdPredictions_Get
Get(String, CancellationToken)

Ruft eine Vorhersage im Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}
  • Vorgangs-IdPredictions_Get
GetAll(CancellationToken)

Ruft alle Vorhersagen im angegebenen Hub ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions
  • Vorgangs-IdPredictions_ListByHub
GetAllAsync(CancellationToken)

Ruft alle Vorhersagen im angegebenen Hub ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions
  • Vorgangs-IdPredictions_ListByHub
GetAsync(String, CancellationToken)

Ruft eine Vorhersage im Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}
  • Vorgangs-IdPredictions_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<PredictionResourceFormatResource>.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<PredictionResourceFormatResource>.GetEnumerator()

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

Gilt für: