EntityRelationsClient Interface
public interface EntityRelationsClient
An instance of this class provides access to all the operations defined in EntityRelationsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Relation |
getRelation(String resourceGroupName, String workspaceName, String entityId, String relationName)
Gets an entity relation. |
|
abstract
Response<Relation |
getRelationWithResponse(String resourceGroupName, String workspaceName, String entityId, String relationName, Context context)
Gets an entity relation. |
Method Details
getRelation
public abstract RelationInner getRelation(String resourceGroupName, String workspaceName, String entityId, String relationName)
Gets an entity relation.
Parameters:
Returns:
getRelationWithResponse
public abstract Response<RelationInner> getRelationWithResponse(String resourceGroupName, String workspaceName, String entityId, String relationName, Context context)
Gets an entity relation.
Parameters:
Returns: