PurviewGlossaries.GetEntitiesAssignedWithTermAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtenha todos os objetos relacionados atribuídos com o termo especificado.
public virtual System.Threading.Tasks.Task<Azure.Response> GetEntitiesAssignedWithTermAsync (string termGuid, int? limit = default, int? offset = default, string sort = default, Azure.RequestContext context = default);
abstract member GetEntitiesAssignedWithTermAsync : string * Nullable<int> * Nullable<int> * string * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.GetEntitiesAssignedWithTermAsync : string * Nullable<int> * Nullable<int> * string * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetEntitiesAssignedWithTermAsync (termGuid As String, Optional limit As Nullable(Of Integer) = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional sort As String = Nothing, Optional context As RequestContext = Nothing) As Task(Of Response)
Parâmetros
- termGuid
- String
O identificador global exclusivo para o termo glossário.
- sort
- String
A ordem de classificação, ASC (padrão) ou DESC.
- context
- RequestContext
O contexto de solicitação, que pode substituir comportamentos padrão na solicitação por chamada.
Retornos
Exceções
termGuid
é nulo.
termGuid
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
Comentários
Esquema para Response Body
:
{
guid: string,
typeName: string,
uniqueAttributes: Dictionary<string, AnyObject>,
displayText: string,
entityStatus: "ACTIVE" | "DELETED",
relationshipType: string,
relationshipAttributes: {
attributes: Dictionary<string, AnyObject>,
typeName: string,
lastModifiedTS: string
},
relationshipGuid: string,
relationshipStatus: "ACTIVE" | "DELETED"
}
Esquema para Response Error
:
{
requestId: string,
errorCode: string,
errorMessage: string
}
Aplica-se a
Azure SDK for .NET