EntityRelationsOperations interface
Schnittstelle, die eine EntityRelations-Operation darstellt.
Eigenschaften
| get |
Ruft eine Entitätsbeziehung ab. |
Details zur Eigenschaft
getRelation
Ruft eine Entitätsbeziehung ab.
getRelation: (resourceGroupName: string, workspaceName: string, entityId: string, relationName: string, options?: EntityRelationsGetRelationOptionalParams) => Promise<Relation>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, entityId: string, relationName: string, options?: EntityRelationsGetRelationOptionalParams) => Promise<Relation>