Freigeben über


HubResource.GetRelationshipResourceFormatAsync Methode

Definition

Ruft Informationen zur angegebenen Beziehung ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Vorgang IdRelationships_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>> GetRelationshipResourceFormatAsync (string relationshipName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRelationshipResourceFormatAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>>
override this.GetRelationshipResourceFormatAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>>
Public Overridable Function GetRelationshipResourceFormatAsync (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: