Freigeben über


RelationshipLinkResourceFormatCollection Klasse

Definition

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

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

Konstruktoren

RelationshipLinkResourceFormatCollection()

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

Erstellt einen Beziehungslink oder aktualisiert einen vorhandenen Beziehungslink innerhalb eines Hubs.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Vorgangs-IdRelationshipLinks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, RelationshipLinkResourceFormatData, CancellationToken)

Erstellt einen Beziehungslink oder aktualisiert einen vorhandenen Beziehungslink innerhalb eines Hubs.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Vorgangs-IdRelationshipLinks_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Vorgangs-IdRelationshipLinks_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Vorgangs-IdRelationshipLinks_Get
Get(String, CancellationToken)

Ruft Informationen zum angegebenen Beziehungslink ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Vorgangs-IdRelationshipLinks_Get
GetAll(CancellationToken)

Ruft alle Beziehungslinks im Hub ab.

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

Ruft alle Beziehungslinks im Hub ab.

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

Ruft Informationen zum angegebenen Beziehungslink ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Vorgangs-IdRelationshipLinks_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<RelationshipLinkResourceFormatResource>.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<RelationshipLinkResourceFormatResource>.GetEnumerator()

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

Gilt für: