HubResource.GetRelationshipResourceFormatAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.