Compartilhar via


RelationshipResourceFormatCollection.GetAsync Método

Definição

Obtém informações sobre a relação especificada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Operação 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))

Parâmetros

relationshipName
String

O nome da relação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

relationshipName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

relationshipName é nulo.

Aplica-se a