EntityRelationsOperations interface
Interface représentant une opération EntityRelations.
Propriétés
| get |
Obtient une relation d’entité. |
Détails de la propriété
getRelation
Obtient une relation d’entité.
getRelation: (resourceGroupName: string, workspaceName: string, entityId: string, relationName: string, options?: EntityRelationsGetRelationOptionalParams) => Promise<Relation>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, entityId: string, relationName: string, options?: EntityRelationsGetRelationOptionalParams) => Promise<Relation>