Aracılığıyla paylaş


EntityRelationsClient Interface

public interface EntityRelationsClient

An instance of this class provides access to all the operations defined in EntityRelationsClient.

Method Details

getRelation

public abstract RelationInner getRelation(String resourceGroupName, String workspaceName, String entityId, String relationName)

Gets an entity relation.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
entityId - entity ID.
relationName - Relation Name.

Returns:

an entity relation.

getRelationWithResponse

public abstract Response<RelationInner> getRelationWithResponse(String resourceGroupName, String workspaceName, String entityId, String relationName, Context context)

Gets an entity relation.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
entityId - entity ID.
relationName - Relation Name.
context - The context to associate with this operation.

Returns:

an entity relation along with Response<T>.

Applies to