Freigeben über


RelationshipResourceFormatCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren RelationshipResourceFormatResource Vorgänge darstellt. Jedes RelationshipResourceFormatResource in der Auflistung gehört zum gleichen instance von HubResource. Um eine RelationshipResourceFormatCollection instance rufen Sie die GetRelationshipResourceFormats-Methode aus einer instance von HubResourceauf.

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

Konstruktoren

RelationshipResourceFormatCollection()

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

Erstellt eine Beziehung oder aktualisiert eine vorhandene Beziehung innerhalb eines Hubs.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Vorgangs-IdRelationships_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, RelationshipResourceFormatData, CancellationToken)

Erstellt eine Beziehung oder aktualisiert eine vorhandene Beziehung innerhalb eines Hubs.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Vorgangs-IdRelationships_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Vorgangs-IdRelationships_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Vorgangs-IdRelationships_Get
Get(String, CancellationToken)

Ruft Informationen zur angegebenen Beziehung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Vorgangs-IdRelationships_Get
GetAll(CancellationToken)

Ruft alle Beziehungen im Hub ab.

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

Ruft alle Beziehungen im Hub ab.

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

Ruft Informationen zur angegebenen Beziehung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Vorgangs-IdRelationships_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<RelationshipResourceFormatResource>.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<RelationshipResourceFormatResource>.GetEnumerator()

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

Gilt für: