Freigeben über


RelationshipResourceFormatCollection.GetAsync Methode

Definition

Ruft Informationen zur angegebenen Beziehung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Vorgangs-IdRelationships_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>> GetAsync (string relationshipName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>>
Public Overridable Function GetAsync (relationshipName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RelationshipResourceFormatResource))

Parameter

relationshipName
String

Der Name der Beziehung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

relationshipName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

relationshipName ist NULL.

Gilt für: