EntitiesRelations interface
Interface representing a EntitiesRelations.
Methods
list(string, string, string, Entities |
Gets all relations of an entity. |
Method Details
list(string, string, string, EntitiesRelationsListOptionalParams)
Gets all relations of an entity.
function list(resourceGroupName: string, workspaceName: string, entityId: string, options?: EntitiesRelationsListOptionalParams): PagedAsyncIterableIterator<Relation, Relation[], PageSettings>
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
The options parameters.
Returns
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript