Partager via


EntityRelations interface

Interface représentant un EntityRelations.

Méthodes

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

Obtient une relation d’entité.

Détails de la méthode

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

Obtient une relation d’entité.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

entityId

string

ID d’entité

relationName

string

Nom de la relation

options
EntityRelationsGetRelationOptionalParams

Paramètres d’options.

Retours

Promise<Relation>