Compartilhar via


EntityRelations interface

Interface que representa um EntityRelations.

Métodos

getRelation(string, string, string, string, EntityRelationsGetRelationOptionalParams)

Obtém uma relação de entidade.

Detalhes do método

getRelation(string, string, string, string, EntityRelationsGetRelationOptionalParams)

Obtém uma relação de entidade.

function getRelation(resourceGroupName: string, workspaceName: string, entityId: string, relationName: string, options?: EntityRelationsGetRelationOptionalParams): Promise<Relation>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

entityId

string

ID da entidade

relationName

string

Nome da Relação

options
EntityRelationsGetRelationOptionalParams

Os parâmetros de opções.

Retornos

Promise<Relation>