EntityRelations interface
Interface representing a EntityRelations.
Methods
get |
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
The options parameters.
Returns
Promise<Relation>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript