Megosztás a következőn keresztül:


RelationshipResourceFormatResource.Get(CancellationToken) Method

Definition

Gets information about the specified relationship.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}
  • Operation Id: Relationships_Get
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of RelationshipResourceFormatResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to