HubResource.GetRelationshipLinkResourceFormat Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient des informations sur le lien de relation spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
- IdRelationshipLinks_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource> GetRelationshipLinkResourceFormat (string relationshipLinkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRelationshipLinkResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource>
override this.GetRelationshipLinkResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource>
Public Overridable Function GetRelationshipLinkResourceFormat (relationshipLinkName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RelationshipLinkResourceFormatResource)
Paramètres
- relationshipLinkName
- String
Nom du lien de relation.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
relationshipLinkName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
relationshipLinkName
a la valeur null.