HubResource.GetRelationshipLinkResourceFormat Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém informações sobre o Link de relação especificado.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
- IdRelationshipLinks_Get de operação
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)
Parâmetros
- relationshipLinkName
- String
O nome do link de relação.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
relationshipLinkName
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
relationshipLinkName
é nulo.