EntityRelations interface

Interface representing a EntityRelations.

Methods

getRelation(string, string, string, string, EntityRelationsGetRelationOptionalParams)

Gets an entity relation.

Method Details

getRelation(string, string, string, string, EntityRelationsGetRelationOptionalParams)

Gets an entity relation.

function getRelation(resourceGroupName: string, workspaceName: string, entityId: string, relationName: string, options?: EntityRelationsGetRelationOptionalParams): Promise<Relation>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

entityId

string

entity ID

relationName

string

Relation Name

options
EntityRelationsGetRelationOptionalParams

The options parameters.

Returns

Promise<Relation>