Freigeben über


@azure-rest/purview-datamap package

Schnittstellen

AtlasAttributeDef

-Klasse, die Details eines struct-Attributs erfasst.

AtlasAttributeDefOutput

-Klasse, die Details eines struct-Attributs erfasst.

AtlasBusinessMetadataDef

-Klasse, die Details eines struct-type erfasst.

AtlasBusinessMetadataDefOutput

-Klasse, die Details eines struct-type erfasst.

AtlasClassification

Eine Instanz einer Klassifizierung; Es verfügt nicht über eine Identität, dieses Objekt existiert nur, wenn es einer Entität zugeordnet ist.

AtlasClassificationDef

-Klasse, die Details eines Klassifizierungstyps erfasst.

AtlasClassificationDefOutput

-Klasse, die Details eines Klassifizierungstyps erfasst.

AtlasClassificationOutput

Eine Instanz einer Klassifizierung; Es verfügt nicht über eine Identität, dieses Objekt existiert nur, wenn es einer Entität zugeordnet ist.

AtlasClassificationsOutput

Liste der für die REST-Serialisierung optimierten Liste.

AtlasConstraintDef

-Klasse, die Details einer Beschränkung erfasst.

AtlasConstraintDefOutput

-Klasse, die Details einer Beschränkung erfasst.

AtlasEntitiesWithExtInfo

Eine Instanz einer Entität zusammen mit erweiterten Informationen, z. B. hive_table, hive_database.

AtlasEntitiesWithExtInfoOutput

Eine Instanz einer Entität zusammen mit erweiterten Informationen, z. B. hive_table, hive_database.

AtlasEntity

Eine Instanz einer Entität, z. B. hive_table, hive_database.

AtlasEntityDef

-Klasse, die Details eines Entitätstyps erfasst.

AtlasEntityDefOutput

-Klasse, die Details eines Entitätstyps erfasst.

AtlasEntityHeader

Eine Instanz einer Entität, z. B. hive_table, hive_database.

AtlasEntityHeaderOutput

Eine Instanz einer Entität, z. B. hive_table, hive_database.

AtlasEntityHeaders

Eine Instanz einer Entitätsheaderzuordnung.

AtlasEntityOutput

Eine Instanz einer Entität, z. B. hive_table, hive_database.

AtlasEntityWithExtInfo

Eine Instanz einer Entität zusammen mit erweiterten Informationen, z. B. hive_table, hive_database.

AtlasEntityWithExtInfoOutput

Eine Instanz einer Entität zusammen mit erweiterten Informationen, z. B. hive_table, hive_database.

AtlasEnumDef

-Klasse, die Details eines Enumerationstyps erfasst.

AtlasEnumDefOutput

-Klasse, die Details eines Enumerationstyps erfasst.

AtlasEnumElementDef

-Klasse, die Details eines enum-elements erfasst.

AtlasEnumElementDefOutput

-Klasse, die Details eines enum-elements erfasst.

AtlasErrorResponseOutput

Eine Fehlerantwort vom Dienst

AtlasGlossary

Das Glossarobjekt.

AtlasGlossaryCategory

Die Kategorie Glossar.

AtlasGlossaryCategoryOutput

Die Kategorie Glossar.

AtlasGlossaryExtInfoOutput

Die erweiterten Informationen des Glossars.

AtlasGlossaryHeader

Die Überschrift des Glossars mit grundlegenden Informationen.

AtlasGlossaryHeaderOutput

Die Überschrift des Glossars mit grundlegenden Informationen.

AtlasGlossaryOutput

Das Glossarobjekt.

AtlasGlossaryTerm

Der Glossarbegriff.

AtlasGlossaryTermOutput

Der Glossarbegriff.

AtlasLineageInfoOutput

Die Informationen zur Abstammung.

AtlasObjectId

Verweis auf eine Objektinstanz einer Typ-ähnlichen Entität.

AtlasObjectIdOutput

Verweis auf eine Objektinstanz einer Typ-ähnlichen Entität.

AtlasRelatedCategoryHeader

Die Kopfzeile der zugehörigen Kategorie.

AtlasRelatedCategoryHeaderOutput

Die Kopfzeile der zugehörigen Kategorie.

AtlasRelatedObjectId

Verweis auf eine Objektinstanz des Typs AtlasEntity, die in Beziehungsattributwerten verwendet wird

AtlasRelatedObjectIdOutput

Verweis auf eine Objektinstanz des Typs AtlasEntity, die in Beziehungsattributwerten verwendet wird

AtlasRelatedTermHeader

Die Überschrift des zugehörigen Begriffs.

AtlasRelatedTermHeaderOutput

Die Überschrift des zugehörigen Begriffs.

AtlasRelationship

Atlas-Beziehungsinstanz.

AtlasRelationshipAttributeDef

relationshipEndDef stellt ein Ende der Beziehung dar. Das Ende der Beziehung wird durch einen Typ, einen Attributnamen, die Kardinalität und die Angabe, ob es sich um das Containerende der Beziehung handelt, definiert.

AtlasRelationshipAttributeDefOutput

relationshipEndDef stellt ein Ende der Beziehung dar. Das Ende der Beziehung wird durch einen Typ, einen Attributnamen, die Kardinalität und die Angabe, ob es sich um das Containerende der Beziehung handelt, definiert.

AtlasRelationshipDef

AtlasRelationshipDef ist ein TypeDef, der eine Beziehung definiert. Wie bei anderen typeDefs hat auch AtlasRelationshipDef einen Namen. Nach der Erstellung verfügt RelationshipDef über einen GUID. Der Name und die GUID sind die 2 Möglichkeiten, wie RelationshipDef identifiziert wird. RelationshipDefs verfügen über 2 Enden, von denen jedes die Kardinalität, den Namen und den Namen des EntityDef-Typs und optional die Angabe des Namens und optional die Frage angibt, ob es sich bei dem Ende um einen Container handelt. RelationshipDefs können über AttributeDefs verfügen, obwohl nur primitive Typen zulässig sind. RelationshipDefs verfügen über eine relationshipCategory, die den erforderlichen UML-Beziehungstyp angibt. Die Art und Weise, wie EntityDefs und RelationshipDefs verwendet werden sollen, besteht darin, dass EntityDefs AttributeDefs definieren, diese AttributeDefs geben keinen EntityDef-Typnamen als ihre Typen an. RelationshipDefs führen neue Attribute für die Entitätsinstanzen ein. EntityDef A kann z. B. die Attribute attr1, attr2, attr3 haben

EntityDef B kann die Attribute attr4, attr5, attr6 haben. RelationshipDef AtoB kann 2 Enden definieren.

end1: Typ A, Name attr7 end2: Typ B, Name attr8

Wenn eine Instanz von EntityDef A erstellt wird, verfügt sie über die Attribute attr1,attr2,attr3,attr7 Wenn eine Instanz von EntityDef B erstellt wird, verfügt sie über die Attribute attr4,attr5,attr6,attr8

Auf diese Weise können relationshipDefs getrennt von entityDefs erstellt werden und Beziehungsattribute in die Entitätsinstanzen einfügen

AtlasRelationshipDefOutput

AtlasRelationshipDef ist ein TypeDef, der eine Beziehung definiert. Wie bei anderen typeDefs hat auch AtlasRelationshipDef einen Namen. Nach der Erstellung verfügt RelationshipDef über einen GUID. Der Name und die GUID sind die 2 Möglichkeiten, wie RelationshipDef identifiziert wird. RelationshipDefs verfügen über 2 Enden, von denen jedes die Kardinalität, den Namen und den Namen des EntityDef-Typs und optional die Angabe des Namens und optional die Frage angibt, ob es sich bei dem Ende um einen Container handelt. RelationshipDefs können über AttributeDefs verfügen, obwohl nur primitive Typen zulässig sind. RelationshipDefs verfügen über eine relationshipCategory, die den erforderlichen UML-Beziehungstyp angibt. Die Art und Weise, wie EntityDefs und RelationshipDefs verwendet werden sollen, besteht darin, dass EntityDefs AttributeDefs definieren, diese AttributeDefs geben keinen EntityDef-Typnamen als ihre Typen an. RelationshipDefs führen neue Attribute für die Entitätsinstanzen ein. EntityDef A kann z. B. die Attribute attr1, attr2, attr3 haben

EntityDef B kann die Attribute attr4, attr5, attr6 haben. RelationshipDef AtoB kann 2 Enden definieren.

end1: Typ A, Name attr7 end2: Typ B, Name attr8

Wenn eine Instanz von EntityDef A erstellt wird, verfügt sie über die Attribute attr1,attr2,attr3,attr7 Wenn eine Instanz von EntityDef B erstellt wird, verfügt sie über die Attribute attr4,attr5,attr6,attr8

Auf diese Weise können relationshipDefs getrennt von entityDefs erstellt werden und Beziehungsattribute in die Entitätsinstanzen einfügen

AtlasRelationshipEndDef

relationshipEndDef stellt ein Ende der Beziehung dar. Das Ende der Beziehung wird durch einen Typ, einen Attributnamen, die Kardinalität und die Angabe, ob es sich um das Containerende der Beziehung handelt, definiert.

AtlasRelationshipEndDefOutput

relationshipEndDef stellt ein Ende der Beziehung dar. Das Ende der Beziehung wird durch einen Typ, einen Attributnamen, die Kardinalität und die Angabe, ob es sich um das Containerende der Beziehung handelt, definiert.

AtlasRelationshipOutput

Atlas-Beziehungsinstanz.

AtlasRelationshipWithExtInfoOutput

Die Beziehung zu erweiterten Informationen.

AtlasStruct

Erfasst Details zum Strukturinhalt. Nicht direkt instanziiert, nur über AtlasEntity, AtlasClassification verwendet.

AtlasStructDef

-Klasse, die Details eines struct-type erfasst.

AtlasStructDefOutput

-Klasse, die Details eines struct-type erfasst.

AtlasStructOutput

Erfasst Details zum Strukturinhalt. Nicht direkt instanziiert, nur über AtlasEntity, AtlasClassification verwendet.

AtlasTermAssignmentHeader

Der Kopf für die Termzuordnung.

AtlasTermAssignmentHeaderOutput

Der Kopf für die Termzuordnung.

AtlasTermCategorizationHeader

Die grundlegenden Informationen für die Kategorisierung von Begriffen.

AtlasTermCategorizationHeaderOutput

Die grundlegenden Informationen für die Kategorisierung von Begriffen.

AtlasTypeDefHeaderOutput

Die grundlegenden Informationen der Typdefinition.

AtlasTypeDefOutput

Die Definitionen des Typs.

AtlasTypesDef

Die Definitionen von Typen.

AtlasTypesDefOutput

Die Definitionen von Typen.

AutoCompleteOptions

Die Nutzlast der Autovervollständigen-Anforderung.

AutoCompleteResultOutput

Das Ergebnis der AutoVervollständigen-Anforderung.

AutoCompleteResultValueOutput

Das Wertelement des Vorschlags für die automatische Vervollständigung.

BulkImportResultOutput

Ergebnis des Massenimports

BusinessMetadataOptionsFilePartDescriptor
ClassificationAssociateOptions

Die Anforderungsnutzlast für die Klassifikationszuordnung.

ContactInfo

ContactInfo

ContactInfoOutput

ContactInfo

ContactSearchResultValueOutput

Der Kontakt im Such- und Vorschlagsergebnis.

DateFormat

Das Datumsformat.

DateFormatOutput

Das Datumsformat.

DiscoveryAutoComplete
DiscoveryAutoComplete200Response

Die Anforderung ist erfolgreich.

DiscoveryAutoCompleteBodyParam
DiscoveryAutoCompleteDefaultResponse
DiscoveryAutoCompleteQueryParam
DiscoveryAutoCompleteQueryParamProperties
DiscoveryQuery
DiscoveryQuery200Response

Die Anforderung ist erfolgreich.

DiscoveryQueryBodyParam
DiscoveryQueryDefaultResponse
DiscoveryQueryQueryParam
DiscoveryQueryQueryParamProperties
DiscoverySuggest
DiscoverySuggest200Response

Die Anforderung ist erfolgreich.

DiscoverySuggestBodyParam
DiscoverySuggestDefaultResponse
DiscoverySuggestQueryParam
DiscoverySuggestQueryParamProperties
EntityAddClassification
EntityAddClassification204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityAddClassificationBodyParam
EntityAddClassificationDefaultResponse
EntityAddClassifications204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityAddClassificationsBodyParam
EntityAddClassificationsByUniqueAttribute
EntityAddClassificationsByUniqueAttribute204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityAddClassificationsByUniqueAttributeBodyParam
EntityAddClassificationsByUniqueAttributeDefaultResponse
EntityAddClassificationsByUniqueAttributeQueryParam
EntityAddClassificationsByUniqueAttributeQueryParamProperties
EntityAddClassificationsDefaultResponse
EntityAddLabel204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityAddLabelBodyParam
EntityAddLabelDefaultResponse
EntityAddLabelsByUniqueAttribute204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityAddLabelsByUniqueAttributeBodyParam
EntityAddLabelsByUniqueAttributeDefaultResponse
EntityAddLabelsByUniqueAttributeQueryParam
EntityAddLabelsByUniqueAttributeQueryParamProperties
EntityAddOrUpdateBusinessMetadata204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityAddOrUpdateBusinessMetadataAttributes204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityAddOrUpdateBusinessMetadataAttributesBodyParam
EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse
EntityAddOrUpdateBusinessMetadataBodyParam
EntityAddOrUpdateBusinessMetadataDefaultResponse
EntityAddOrUpdateBusinessMetadataQueryParam
EntityAddOrUpdateBusinessMetadataQueryParamProperties
EntityBulkCreateOrUpdate200Response

Die Anforderung ist erfolgreich.

EntityBulkCreateOrUpdateBodyParam
EntityBulkCreateOrUpdateDefaultResponse
EntityBulkCreateOrUpdateQueryParam
EntityBulkCreateOrUpdateQueryParamProperties
EntityBulkDelete200Response

Die Anforderung ist erfolgreich.

EntityBulkDeleteDefaultResponse
EntityBulkDeleteGuidQueryParam

Dies ist das Wrapper-Objekt für den Parameter guid , wobei explode auf true und style auf form festgelegt ist.

EntityBulkDeleteQueryParam
EntityBulkDeleteQueryParamProperties
EntityBulkSetClassifications
EntityBulkSetClassifications200Response

Die Anforderung ist erfolgreich.

EntityBulkSetClassificationsBodyParam
EntityBulkSetClassificationsDefaultResponse
EntityCreateOrUpdate
EntityCreateOrUpdate200Response

Die Anforderung ist erfolgreich.

EntityCreateOrUpdateBodyParam
EntityCreateOrUpdateDefaultResponse
EntityCreateOrUpdateQueryParam
EntityCreateOrUpdateQueryParamProperties
EntityDelete200Response

Die Anforderung ist erfolgreich.

EntityDeleteByUniqueAttribute200Response

Die Anforderung ist erfolgreich.

EntityDeleteByUniqueAttributeDefaultResponse
EntityDeleteByUniqueAttributeQueryParam
EntityDeleteByUniqueAttributeQueryParamProperties
EntityDeleteDefaultResponse
EntityGet
EntityGet200Response

Die Anforderung ist erfolgreich.

EntityGetByUniqueAttributes
EntityGetByUniqueAttributes200Response

Die Anforderung ist erfolgreich.

EntityGetByUniqueAttributesDefaultResponse
EntityGetByUniqueAttributesQueryParam
EntityGetByUniqueAttributesQueryParamProperties
EntityGetClassification
EntityGetClassification200Response

Die Anforderung ist erfolgreich.

EntityGetClassificationDefaultResponse
EntityGetClassifications
EntityGetClassifications200Response

Die Anforderung ist erfolgreich.

EntityGetClassificationsDefaultResponse
EntityGetDefaultResponse
EntityGetHeader
EntityGetHeader200Response

Die Anforderung ist erfolgreich.

EntityGetHeaderDefaultResponse
EntityGetQueryParam
EntityGetQueryParamProperties
EntityGetSampleBusinessMetadataTemplate
EntityGetSampleBusinessMetadataTemplate200Headers
EntityGetSampleBusinessMetadataTemplate200Response

Die Anforderung ist erfolgreich.

EntityGetSampleBusinessMetadataTemplateDefaultResponse
EntityImportBusinessMetadata
EntityImportBusinessMetadata200Response

Die Anforderung ist erfolgreich.

EntityImportBusinessMetadataBodyParam
EntityImportBusinessMetadataDefaultResponse
EntityImportBusinessMetadataMediaTypesParam
EntityListByGuids
EntityListByGuids200Response

Die Anforderung ist erfolgreich.

EntityListByGuidsDefaultResponse
EntityListByGuidsGuidQueryParam

Dies ist das Wrapper-Objekt für den Parameter guid , wobei explode auf true und style auf form festgelegt ist.

EntityListByGuidsQueryParam
EntityListByGuidsQueryParamProperties
EntityListByUniqueAttributes
EntityListByUniqueAttributes200Response

Die Anforderung ist erfolgreich.

EntityListByUniqueAttributesDefaultResponse
EntityListByUniqueAttributesQueryParam
EntityListByUniqueAttributesQueryParamProperties
EntityMoveEntitiesToCollection
EntityMoveEntitiesToCollection200Response

Die Anforderung ist erfolgreich.

EntityMoveEntitiesToCollectionBodyParam
EntityMoveEntitiesToCollectionDefaultResponse
EntityMoveEntitiesToCollectionQueryParam
EntityMoveEntitiesToCollectionQueryParamProperties
EntityMutationResultOutput

Das Ergebnis der Mutationsantwort der Entität.

EntityPartialUpdateAttributeByGuid200Response

Die Anforderung ist erfolgreich.

EntityPartialUpdateAttributeByGuidBodyParam
EntityPartialUpdateAttributeByGuidDefaultResponse
EntityPartialUpdateAttributeByGuidQueryParam
EntityPartialUpdateAttributeByGuidQueryParamProperties
EntityPartialUpdateByUniqueAttributes200Response

Die Anforderung ist erfolgreich.

EntityPartialUpdateByUniqueAttributesBodyParam
EntityPartialUpdateByUniqueAttributesDefaultResponse
EntityPartialUpdateByUniqueAttributesQueryParam
EntityPartialUpdateByUniqueAttributesQueryParamProperties
EntityRemoveBusinessMetadata
EntityRemoveBusinessMetadata204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityRemoveBusinessMetadataAttributes
EntityRemoveBusinessMetadataAttributes204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityRemoveBusinessMetadataAttributesBodyParam
EntityRemoveBusinessMetadataAttributesDefaultResponse
EntityRemoveBusinessMetadataBodyParam
EntityRemoveBusinessMetadataDefaultResponse
EntityRemoveClassification204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityRemoveClassificationByUniqueAttribute
EntityRemoveClassificationByUniqueAttribute204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityRemoveClassificationByUniqueAttributeDefaultResponse
EntityRemoveClassificationByUniqueAttributeQueryParam
EntityRemoveClassificationByUniqueAttributeQueryParamProperties
EntityRemoveClassificationDefaultResponse
EntityRemoveLabels
EntityRemoveLabels204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityRemoveLabelsBodyParam
EntityRemoveLabelsByUniqueAttribute
EntityRemoveLabelsByUniqueAttribute204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityRemoveLabelsByUniqueAttributeBodyParam
EntityRemoveLabelsByUniqueAttributeDefaultResponse
EntityRemoveLabelsByUniqueAttributeQueryParam
EntityRemoveLabelsByUniqueAttributeQueryParamProperties
EntityRemoveLabelsDefaultResponse
EntitySetLabels204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntitySetLabelsBodyParam
EntitySetLabelsByUniqueAttribute204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntitySetLabelsByUniqueAttributeBodyParam
EntitySetLabelsByUniqueAttributeDefaultResponse
EntitySetLabelsByUniqueAttributeQueryParam
EntitySetLabelsByUniqueAttributeQueryParamProperties
EntitySetLabelsDefaultResponse
EntityUpdateClassifications204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityUpdateClassificationsBodyParam
EntityUpdateClassificationsByUniqueAttribute204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

EntityUpdateClassificationsByUniqueAttributeBodyParam
EntityUpdateClassificationsByUniqueAttributeDefaultResponse
EntityUpdateClassificationsByUniqueAttributeQueryParam
EntityUpdateClassificationsByUniqueAttributeQueryParamProperties
EntityUpdateClassificationsDefaultResponse
GlossaryAssignTermToEntities204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

GlossaryAssignTermToEntitiesBodyParam
GlossaryAssignTermToEntitiesDefaultResponse
GlossaryCreate200Response

Die Anforderung ist erfolgreich.

GlossaryCreateBodyParam
GlossaryCreateCategories
GlossaryCreateCategories200Response

Die Anforderung ist erfolgreich.

GlossaryCreateCategoriesBodyParam
GlossaryCreateCategoriesDefaultResponse
GlossaryCreateCategory
GlossaryCreateCategory200Response

Die Anforderung ist erfolgreich.

GlossaryCreateCategoryBodyParam
GlossaryCreateCategoryDefaultResponse
GlossaryCreateDefaultResponse
GlossaryCreateTerm
GlossaryCreateTerm200Response

Die Anforderung ist erfolgreich.

GlossaryCreateTermBodyParam
GlossaryCreateTermDefaultResponse
GlossaryCreateTermQueryParam
GlossaryCreateTermQueryParamProperties
GlossaryCreateTerms
GlossaryCreateTerms200Response

Die Anforderung ist erfolgreich.

GlossaryCreateTermsBodyParam
GlossaryCreateTermsDefaultResponse
GlossaryCreateTermsQueryParam
GlossaryCreateTermsQueryParamProperties
GlossaryDelete204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

GlossaryDeleteCategory204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

GlossaryDeleteCategoryDefaultResponse
GlossaryDeleteDefaultResponse
GlossaryDeleteTerm204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

GlossaryDeleteTermAssignmentFromEntities204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

GlossaryDeleteTermAssignmentFromEntitiesBodyParam
GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse
GlossaryDeleteTermDefaultResponse
GlossaryGet
GlossaryGet200Response

Die Anforderung ist erfolgreich.

GlossaryGetCategory
GlossaryGetCategory200Response

Die Anforderung ist erfolgreich.

GlossaryGetCategoryDefaultResponse
GlossaryGetDefaultResponse
GlossaryGetDetailed
GlossaryGetDetailed200Response

Die Anforderung ist erfolgreich.

GlossaryGetDetailedDefaultResponse
GlossaryGetDetailedQueryParam
GlossaryGetDetailedQueryParamProperties
GlossaryGetTerm
GlossaryGetTerm200Response

Die Anforderung ist erfolgreich.

GlossaryGetTermDefaultResponse
GlossaryGetTermQueryParam
GlossaryGetTermQueryParamProperties
GlossaryList
GlossaryList200Response

Die Anforderung ist erfolgreich.

GlossaryListCategories
GlossaryListCategories200Response

Die Anforderung ist erfolgreich.

GlossaryListCategoriesDefaultResponse
GlossaryListCategoriesHeaders
GlossaryListCategoriesHeaders200Response

Die Anforderung ist erfolgreich.

GlossaryListCategoriesHeadersDefaultResponse
GlossaryListCategoriesHeadersQueryParam
GlossaryListCategoriesHeadersQueryParamProperties
GlossaryListCategoriesQueryParam
GlossaryListCategoriesQueryParamProperties
GlossaryListCategoryTerms
GlossaryListCategoryTerms200Response

Die Anforderung ist erfolgreich.

GlossaryListCategoryTermsDefaultResponse
GlossaryListCategoryTermsQueryParam
GlossaryListCategoryTermsQueryParamProperties
GlossaryListDefaultResponse
GlossaryListEntitiesAssignedWithTerm
GlossaryListEntitiesAssignedWithTerm200Response

Die Anforderung ist erfolgreich.

GlossaryListEntitiesAssignedWithTermDefaultResponse
GlossaryListEntitiesAssignedWithTermQueryParam
GlossaryListEntitiesAssignedWithTermQueryParamProperties
GlossaryListQueryParam
GlossaryListQueryParamProperties
GlossaryListRelatedCategories
GlossaryListRelatedCategories200Response

Die Anforderung ist erfolgreich.

GlossaryListRelatedCategoriesDefaultResponse
GlossaryListRelatedCategoriesQueryParam
GlossaryListRelatedCategoriesQueryParamProperties
GlossaryListRelatedTerms
GlossaryListRelatedTerms200Response

Die Anforderung ist erfolgreich.

GlossaryListRelatedTermsDefaultResponse
GlossaryListRelatedTermsQueryParam
GlossaryListRelatedTermsQueryParamProperties
GlossaryListTermHeaders
GlossaryListTermHeaders200Response

Die Anforderung ist erfolgreich.

GlossaryListTermHeadersDefaultResponse
GlossaryListTermHeadersQueryParam
GlossaryListTermHeadersQueryParamProperties
GlossaryListTerms
GlossaryListTerms200Response

Die Anforderung ist erfolgreich.

GlossaryListTermsDefaultResponse
GlossaryListTermsQueryParam
GlossaryListTermsQueryParamProperties
GlossaryPartialUpdate
GlossaryPartialUpdate200Response

Die Anforderung ist erfolgreich.

GlossaryPartialUpdateBodyParam
GlossaryPartialUpdateCategory
GlossaryPartialUpdateCategory200Response

Die Anforderung ist erfolgreich.

GlossaryPartialUpdateCategoryBodyParam
GlossaryPartialUpdateCategoryDefaultResponse
GlossaryPartialUpdateDefaultResponse
GlossaryPartialUpdateQueryParam
GlossaryPartialUpdateQueryParamProperties
GlossaryPartialUpdateTerm
GlossaryPartialUpdateTerm200Response

Die Anforderung ist erfolgreich.

GlossaryPartialUpdateTermBodyParam
GlossaryPartialUpdateTermDefaultResponse
GlossaryPartialUpdateTermQueryParam
GlossaryPartialUpdateTermQueryParamProperties
GlossaryUpdate200Response

Die Anforderung ist erfolgreich.

GlossaryUpdateBodyParam
GlossaryUpdateCategory200Response

Die Anforderung ist erfolgreich.

GlossaryUpdateCategoryBodyParam
GlossaryUpdateCategoryDefaultResponse
GlossaryUpdateDefaultResponse
GlossaryUpdateQueryParam
GlossaryUpdateQueryParamProperties
GlossaryUpdateTerm200Response

Die Anforderung ist erfolgreich.

GlossaryUpdateTermBodyParam
GlossaryUpdateTermDefaultResponse
GlossaryUpdateTermQueryParam
GlossaryUpdateTermQueryParamProperties
ImportInfoOutput

ImportInfo

LineageGet
LineageGet200Response

Die Anforderung ist erfolgreich.

LineageGetByUniqueAttribute
LineageGetByUniqueAttribute200Response

Die Anforderung ist erfolgreich.

LineageGetByUniqueAttributeDefaultResponse
LineageGetByUniqueAttributeQueryParam
LineageGetByUniqueAttributeQueryParamProperties
LineageGetDefaultResponse
LineageGetNextPage
LineageGetNextPage200Response

Die Anforderung ist erfolgreich.

LineageGetNextPageDefaultResponse
LineageGetNextPageQueryParam
LineageGetNextPageQueryParamProperties
LineageGetQueryParam
LineageGetQueryParamProperties
LineageRelationOutput

Die Abstammungsbeziehung mit der GUID der from- und to-Entität.

MoveEntitiesOptions

MoveEntitiesOptions

NumberFormat

Das Zahlenformat.

NumberFormatOutput

Das Zahlenformat.

ParentRelationOutput

Die Beziehung zwischen übergeordneten Abstammungselementen und der GUID der übergeordneten Entität und zur untergeordneten Entität.

PurviewDataMapClientOptions

Die optionalen Parameter für den Client

PurviewObjectId

PurviewObjectId

PurviewObjectIdOutput

PurviewObjectId

QueryOptions

Die Suchanfrage der erweiterten Suchanforderung.

QueryResultOutput

Das Ergebnis des Suchergebnisses.

RelationshipCreate
RelationshipCreate200Response

Die Anforderung ist erfolgreich.

RelationshipCreateBodyParam
RelationshipCreateDefaultResponse
RelationshipDelete204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

RelationshipDeleteDefaultResponse
RelationshipGet
RelationshipGet200Response

Die Anforderung ist erfolgreich.

RelationshipGetDefaultResponse
RelationshipGetQueryParam
RelationshipGetQueryParamProperties
RelationshipUpdate200Response

Die Anforderung ist erfolgreich.

RelationshipUpdateBodyParam
RelationshipUpdateDefaultResponse
ResourceLink

ResourceLink

ResourceLinkOutput

ResourceLink

Routes
SearchFacetItem

Der Inhalt eines Suchfacettenergebniselements.

SearchFacetItemValueOutput

Der Inhalt eines Suchfacettenergebniselements.

SearchFacetResultValueOutput

Eine Facettenliste, die aus den Indexfeldern assetType, classification, contactId und label besteht. Wenn die Facette in der Anforderung angegeben wird, wird der Wert der Facette als Element von @search.facetszurückgegeben.

SearchFacetSort

Die Sortierkriterien

SearchHighlightsOutput

Eine Hervorhebungsliste, die aus den Indexfeldern id ,qualifiedName, name, description, entityType besteht. Wenn das Schlüsselwort in diesen Feldern angezeigt wird, wird der Wert des Felds, an das das Hervorhebungszeichen angehängt ist, als Element von @search.highlightszurückgegeben.

SearchResultValueOutput

Das Wertelement des Suchergebnisses.

SearchTaxonomySetting

Taxonomie-Einstellung für Suchanfrage

SuggestOptions

Die Nutzlast der Vorschlagsanforderung.

SuggestResultOutput

Das Ergebniselement des Suchvorschlags.

SuggestResultValueOutput

Das Wertelement des Suchvorschlags.

TermSearchResultValueOutput

Der Kontext.

TermTemplateDef

Definition einer Begriffsvorlage für einen Glossarbegriff.

TermTemplateDefOutput

Definition einer Begriffsvorlage für einen Glossarbegriff.

TimeBoundary

Erfasst Details der Zeitgrenze

TimeBoundaryOutput

Erfasst Details der Zeitgrenze

TimeZone

Die Zeitzoneninformationen.

TimeZoneOutput

Die Zeitzoneninformationen.

TypeBulkCreate200Response

Die Anforderung ist erfolgreich.

TypeBulkCreateBodyParam
TypeBulkCreateDefaultResponse
TypeBulkDelete204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

TypeBulkDeleteBodyParam
TypeBulkDeleteDefaultResponse
TypeBulkUpdate200Response

Die Anforderung ist erfolgreich.

TypeBulkUpdateBodyParam
TypeBulkUpdateDefaultResponse
TypeDelete204Response

Es gibt keinen Inhalt, der für diese Anforderung gesendet werden soll, aber die Header können nützlich sein.

TypeDeleteDefaultResponse
TypeGetBusinessMetadataDefByGuid
TypeGetBusinessMetadataDefByGuid200Response

Die Anforderung ist erfolgreich.

TypeGetBusinessMetadataDefByGuidDefaultResponse
TypeGetBusinessMetadataDefByName
TypeGetBusinessMetadataDefByName200Response

Die Anforderung ist erfolgreich.

TypeGetBusinessMetadataDefByNameDefaultResponse
TypeGetByGuid
TypeGetByGuid200Response

Die Anforderung ist erfolgreich.

TypeGetByGuidDefaultResponse
TypeGetByName
TypeGetByName200Response

Die Anforderung ist erfolgreich.

TypeGetByNameDefaultResponse
TypeGetClassificationDefByGuid
TypeGetClassificationDefByGuid200Response

Die Anforderung ist erfolgreich.

TypeGetClassificationDefByGuidDefaultResponse
TypeGetClassificationDefByName
TypeGetClassificationDefByName200Response

Die Anforderung ist erfolgreich.

TypeGetClassificationDefByNameDefaultResponse
TypeGetEntityDefByGuid
TypeGetEntityDefByGuid200Response

Die Anforderung ist erfolgreich.

TypeGetEntityDefByGuidDefaultResponse
TypeGetEntityDefByName
TypeGetEntityDefByName200Response

Die Anforderung ist erfolgreich.

TypeGetEntityDefByNameDefaultResponse
TypeGetEnumDefByGuid
TypeGetEnumDefByGuid200Response

Die Anforderung ist erfolgreich.

TypeGetEnumDefByGuidDefaultResponse
TypeGetEnumDefByName
TypeGetEnumDefByName200Response

Die Anforderung ist erfolgreich.

TypeGetEnumDefByNameDefaultResponse
TypeGetRelationshipDefByGuid
TypeGetRelationshipDefByGuid200Response

Die Anforderung ist erfolgreich.

TypeGetRelationshipDefByGuidDefaultResponse
TypeGetRelationshipDefByName
TypeGetRelationshipDefByName200Response

Die Anforderung ist erfolgreich.

TypeGetRelationshipDefByNameDefaultResponse
TypeGetStructDefByGuid
TypeGetStructDefByGuid200Response

Die Anforderung ist erfolgreich.

TypeGetStructDefByGuidDefaultResponse
TypeGetStructDefByName
TypeGetStructDefByName200Response

Die Anforderung ist erfolgreich.

TypeGetStructDefByNameDefaultResponse
TypeGetTermTemplateDefByGuid
TypeGetTermTemplateDefByGuid200Response

Die Anforderung ist erfolgreich.

TypeGetTermTemplateDefByGuidDefaultResponse
TypeGetTermTemplateDefByGuidQueryParam
TypeGetTermTemplateDefByGuidQueryParamProperties
TypeGetTermTemplateDefByName
TypeGetTermTemplateDefByName200Response

Die Anforderung ist erfolgreich.

TypeGetTermTemplateDefByNameDefaultResponse
TypeGetTermTemplateDefByNameQueryParam
TypeGetTermTemplateDefByNameQueryParamProperties
TypeList
TypeList200Response

Die Anforderung ist erfolgreich.

TypeListDefaultResponse
TypeListHeaders
TypeListHeaders200Response

Die Anforderung ist erfolgreich.

TypeListHeadersDefaultResponse
TypeListHeadersQueryParam
TypeListHeadersQueryParamProperties
TypeListQueryParam
TypeListQueryParamProperties

Typaliase

AtlasTermAssignmentStatus

Alias für AtlasTermAssignmentStatus

AtlasTermAssignmentStatusOutput

Alias für AtlasTermAssignmentStatusOutput

AtlasTermRelationshipStatus

Alias für AtlasTermRelationshipStatus

AtlasTermRelationshipStatusOutput

Alias für AtlasTermRelationshipStatusOutput

BusinessAttributeUpdateBehavior

Alias für BusinessAttributeUpdateBehavior

BusinessMetadataOptions

Geschäftliche Metadaten, die an den Dienst gesendet werden sollen

CardinalityValue

Alias für CardinalityValue

CardinalityValueOutput

Alias für CardinalityValueOutput

DiscoveryAutoCompleteParameters
DiscoveryQueryParameters
DiscoverySuggestParameters
EntityAddClassificationParameters
EntityAddClassificationsByUniqueAttributeParameters
EntityAddClassificationsParameters
EntityAddLabelParameters
EntityAddLabelsByUniqueAttributeParameters
EntityAddOrUpdateBusinessMetadataAttributesParameters
EntityAddOrUpdateBusinessMetadataParameters
EntityBulkCreateOrUpdateParameters
EntityBulkDeleteParameters
EntityBulkSetClassificationsParameters
EntityCreateOrUpdateParameters
EntityDeleteByUniqueAttributeParameters
EntityDeleteParameters
EntityGetByUniqueAttributesParameters
EntityGetClassificationParameters
EntityGetClassificationsParameters
EntityGetHeaderParameters
EntityGetParameters
EntityGetSampleBusinessMetadataTemplateParameters
EntityImportBusinessMetadataParameters
EntityListByGuidsParameters
EntityListByUniqueAttributesParameters
EntityMoveEntitiesToCollectionParameters
EntityPartialUpdateAttributeByGuidParameters
EntityPartialUpdateByUniqueAttributesParameters
EntityRemoveBusinessMetadataAttributesParameters
EntityRemoveBusinessMetadataParameters
EntityRemoveClassificationByUniqueAttributeParameters
EntityRemoveClassificationParameters
EntityRemoveLabelsByUniqueAttributeParameters
EntityRemoveLabelsParameters
EntitySetLabelsByUniqueAttributeParameters
EntitySetLabelsParameters
EntityStatus

Alias für EntityStatus

EntityStatusOutput

Alias für EntityStatusOutput

EntityUpdateClassificationsByUniqueAttributeParameters
EntityUpdateClassificationsParameters
GlossaryAssignTermToEntitiesParameters
GlossaryCreateCategoriesParameters
GlossaryCreateCategoryParameters
GlossaryCreateParameters
GlossaryCreateTermParameters
GlossaryCreateTermsParameters
GlossaryDeleteCategoryParameters
GlossaryDeleteParameters
GlossaryDeleteTermAssignmentFromEntitiesParameters
GlossaryDeleteTermParameters
GlossaryGetCategoryParameters
GlossaryGetDetailedParameters
GlossaryGetParameters
GlossaryGetTermParameters
GlossaryListCategoriesHeadersParameters
GlossaryListCategoriesParameters
GlossaryListCategoryTermsParameters
GlossaryListEntitiesAssignedWithTermParameters
GlossaryListParameters
GlossaryListRelatedCategoriesParameters
GlossaryListRelatedTermsParameters
GlossaryListTermHeadersParameters
GlossaryListTermsParameters
GlossaryPartialUpdateCategoryParameters
GlossaryPartialUpdateParameters
GlossaryPartialUpdateTermParameters
GlossaryUpdateCategoryParameters
GlossaryUpdateParameters
GlossaryUpdateTermParameters
ImportStatusOutput

Alias für ImportStatusOutput

LineageDirection

Alias für LineageDirection

LineageDirectionOutput

Alias für LineageDirectionOutput

LineageGetByUniqueAttributeParameters
LineageGetNextPageParameters
LineageGetParameters
PurviewDataMapClient
RelationshipCategory

Alias für RelationshipCategory

RelationshipCategoryOutput

Alias für RelationshipCategoryOutput

RelationshipCreateParameters
RelationshipDeleteParameters
RelationshipGetParameters
RelationshipUpdateParameters
RoundingMode

Alias für RoundingMode

RoundingModeOutput

Alias für RoundingModeOutput

SearchSortOrder

Alias für SearchSortOrder

SortTypeOutput

Alias für SortTypeOutput

StatusAtlasRelationship

Alias für StatusAtlasRelationship

StatusAtlasRelationshipOutput

Alias für StatusAtlasRelationshipOutput

TermStatus

Alias für TermStatus

TermStatusOutput

Alias für TermStatusOutput

TypeBulkCreateParameters
TypeBulkDeleteParameters
TypeBulkUpdateParameters
TypeCategory

Alias für TypeCategory

TypeCategoryOutput

Alias für TypeCategoryOutput

TypeDeleteParameters
TypeGetBusinessMetadataDefByGuidParameters
TypeGetBusinessMetadataDefByNameParameters
TypeGetByGuidParameters
TypeGetByNameParameters
TypeGetClassificationDefByGuidParameters
TypeGetClassificationDefByNameParameters
TypeGetEntityDefByGuidParameters
TypeGetEntityDefByNameParameters
TypeGetEnumDefByGuidParameters
TypeGetEnumDefByNameParameters
TypeGetRelationshipDefByGuidParameters
TypeGetRelationshipDefByNameParameters
TypeGetStructDefByGuidParameters
TypeGetStructDefByNameParameters
TypeGetTermTemplateDefByGuidParameters
TypeGetTermTemplateDefByNameParameters
TypeListHeadersParameters
TypeListParameters

Functions

default(string, TokenCredential, PurviewDataMapClientOptions)

Initialisieren einer neuen Instanz von PurviewDataMapClient

isUnexpected(EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse)
isUnexpected(EntityListByGuids200Response | EntityListByGuidsDefaultResponse)
isUnexpected(EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse)
isUnexpected(EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse)
isUnexpected(EntityAddClassification204Response | EntityAddClassificationDefaultResponse)
isUnexpected(EntityGet200Response | EntityGetDefaultResponse)
isUnexpected(EntityPartialUpdateAttributeByGuid200Response | EntityPartialUpdateAttributeByGuidDefaultResponse)
isUnexpected(EntityDelete200Response | EntityDeleteDefaultResponse)
isUnexpected(EntityGetClassification200Response | EntityGetClassificationDefaultResponse)
isUnexpected(EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse)
isUnexpected(EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse)
isUnexpected(EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse)
isUnexpected(EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse)
isUnexpected(EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse)
isUnexpected(EntityPartialUpdateByUniqueAttributes200Response | EntityPartialUpdateByUniqueAttributesDefaultResponse)
isUnexpected(EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse)
isUnexpected(EntityRemoveClassificationByUniqueAttribute204Response | EntityRemoveClassificationByUniqueAttributeDefaultResponse)
isUnexpected(EntityAddClassificationsByUniqueAttribute204Response | EntityAddClassificationsByUniqueAttributeDefaultResponse)
isUnexpected(EntityUpdateClassificationsByUniqueAttribute204Response | EntityUpdateClassificationsByUniqueAttributeDefaultResponse)
isUnexpected(EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse)
isUnexpected(EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse)
isUnexpected(EntityGetHeader200Response | EntityGetHeaderDefaultResponse)
isUnexpected(EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse)
isUnexpected(EntityAddOrUpdateBusinessMetadata204Response | EntityAddOrUpdateBusinessMetadataDefaultResponse)
isUnexpected(EntityRemoveBusinessMetadataAttributes204Response | EntityRemoveBusinessMetadataAttributesDefaultResponse)
isUnexpected(EntityAddOrUpdateBusinessMetadataAttributes204Response | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse)
isUnexpected(EntityGetSampleBusinessMetadataTemplate200Response | EntityGetSampleBusinessMetadataTemplateDefaultResponse)
isUnexpected(EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse)
isUnexpected(EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse)
isUnexpected(EntitySetLabels204Response | EntitySetLabelsDefaultResponse)
isUnexpected(EntityAddLabel204Response | EntityAddLabelDefaultResponse)
isUnexpected(EntityRemoveLabelsByUniqueAttribute204Response | EntityRemoveLabelsByUniqueAttributeDefaultResponse)
isUnexpected(EntitySetLabelsByUniqueAttribute204Response | EntitySetLabelsByUniqueAttributeDefaultResponse)
isUnexpected(EntityAddLabelsByUniqueAttribute204Response | EntityAddLabelsByUniqueAttributeDefaultResponse)
isUnexpected(EntityMoveEntitiesToCollection200Response | EntityMoveEntitiesToCollectionDefaultResponse)
isUnexpected(GlossaryList200Response | GlossaryListDefaultResponse)
isUnexpected(GlossaryCreate200Response | GlossaryCreateDefaultResponse)
isUnexpected(GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse)
isUnexpected(GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse)
isUnexpected(GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse)
isUnexpected(GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse)
isUnexpected(GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse)
isUnexpected(GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse)
isUnexpected(GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse)
isUnexpected(GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse)
isUnexpected(GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse)
isUnexpected(GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse)
isUnexpected(GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse)
isUnexpected(GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse)
isUnexpected(GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse)
isUnexpected(GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse)
isUnexpected(GlossaryListEntitiesAssignedWithTerm200Response | GlossaryListEntitiesAssignedWithTermDefaultResponse)
isUnexpected(GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse)
isUnexpected(GlossaryDeleteTermAssignmentFromEntities204Response | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse)
isUnexpected(GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse)
isUnexpected(GlossaryGet200Response | GlossaryGetDefaultResponse)
isUnexpected(GlossaryUpdate200Response | GlossaryUpdateDefaultResponse)
isUnexpected(GlossaryDelete204Response | GlossaryDeleteDefaultResponse)
isUnexpected(GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse)
isUnexpected(GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse)
isUnexpected(GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse)
isUnexpected(GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse)
isUnexpected(GlossaryListTerms200Response | GlossaryListTermsDefaultResponse)
isUnexpected(GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse)
isUnexpected(DiscoveryQuery200Response | DiscoveryQueryDefaultResponse)
isUnexpected(DiscoverySuggest200Response | DiscoverySuggestDefaultResponse)
isUnexpected(DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse)
isUnexpected(LineageGet200Response | LineageGetDefaultResponse)
isUnexpected(LineageGetNextPage200Response | LineageGetNextPageDefaultResponse)
isUnexpected(LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse)
isUnexpected(RelationshipCreate200Response | RelationshipCreateDefaultResponse)
isUnexpected(RelationshipUpdate200Response | RelationshipUpdateDefaultResponse)
isUnexpected(RelationshipGet200Response | RelationshipGetDefaultResponse)
isUnexpected(RelationshipDelete204Response | RelationshipDeleteDefaultResponse)
isUnexpected(TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse)
isUnexpected(TypeGetBusinessMetadataDefByName200Response | TypeGetBusinessMetadataDefByNameDefaultResponse)
isUnexpected(TypeGetClassificationDefByGuid200Response | TypeGetClassificationDefByGuidDefaultResponse)
isUnexpected(TypeGetClassificationDefByName200Response | TypeGetClassificationDefByNameDefaultResponse)
isUnexpected(TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse)
isUnexpected(TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse)
isUnexpected(TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse)
isUnexpected(TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse)
isUnexpected(TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse)
isUnexpected(TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse)
isUnexpected(TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse)
isUnexpected(TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse)
isUnexpected(TypeGetByGuid200Response | TypeGetByGuidDefaultResponse)
isUnexpected(TypeGetByName200Response | TypeGetByNameDefaultResponse)
isUnexpected(TypeDelete204Response | TypeDeleteDefaultResponse)
isUnexpected(TypeList200Response | TypeListDefaultResponse)
isUnexpected(TypeBulkCreate200Response | TypeBulkCreateDefaultResponse)
isUnexpected(TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse)
isUnexpected(TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse)
isUnexpected(TypeListHeaders200Response | TypeListHeadersDefaultResponse)
isUnexpected(TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse)
isUnexpected(TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse)

Details zur Funktion

default(string, TokenCredential, PurviewDataMapClientOptions)

Initialisieren einer neuen Instanz von PurviewDataMapClient

function default(endpointParam: string, credentials: TokenCredential, options?: PurviewDataMapClientOptions): PurviewDataMapClient

Parameter

endpointParam

string

Stellen Sie eine URL-Zeichenfolge dar, wie von https://url.spec.whatwg.org/

credentials
TokenCredential

Eindeutige Identifizierung von Clientanmeldeinformationen

options
PurviewDataMapClientOptions

der Parameter für alle optionalen Parameter

Gibt zurück

isUnexpected(EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse)

function isUnexpected(response: EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityListByGuids200Response | EntityListByGuidsDefaultResponse)

function isUnexpected(response: EntityListByGuids200Response | EntityListByGuidsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse)

function isUnexpected(response: EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse)

function isUnexpected(response: EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityAddClassification204Response | EntityAddClassificationDefaultResponse)

function isUnexpected(response: EntityAddClassification204Response | EntityAddClassificationDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityGet200Response | EntityGetDefaultResponse)

function isUnexpected(response: EntityGet200Response | EntityGetDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityPartialUpdateAttributeByGuid200Response | EntityPartialUpdateAttributeByGuidDefaultResponse)

function isUnexpected(response: EntityPartialUpdateAttributeByGuid200Response | EntityPartialUpdateAttributeByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityDelete200Response | EntityDeleteDefaultResponse)

function isUnexpected(response: EntityDelete200Response | EntityDeleteDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityGetClassification200Response | EntityGetClassificationDefaultResponse)

function isUnexpected(response: EntityGetClassification200Response | EntityGetClassificationDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse)

function isUnexpected(response: EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse)

function isUnexpected(response: EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse)

function isUnexpected(response: EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse)

function isUnexpected(response: EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse)

function isUnexpected(response: EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityPartialUpdateByUniqueAttributes200Response | EntityPartialUpdateByUniqueAttributesDefaultResponse)

function isUnexpected(response: EntityPartialUpdateByUniqueAttributes200Response | EntityPartialUpdateByUniqueAttributesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse)

function isUnexpected(response: EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityRemoveClassificationByUniqueAttribute204Response | EntityRemoveClassificationByUniqueAttributeDefaultResponse)

function isUnexpected(response: EntityRemoveClassificationByUniqueAttribute204Response | EntityRemoveClassificationByUniqueAttributeDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityAddClassificationsByUniqueAttribute204Response | EntityAddClassificationsByUniqueAttributeDefaultResponse)

function isUnexpected(response: EntityAddClassificationsByUniqueAttribute204Response | EntityAddClassificationsByUniqueAttributeDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityUpdateClassificationsByUniqueAttribute204Response | EntityUpdateClassificationsByUniqueAttributeDefaultResponse)

function isUnexpected(response: EntityUpdateClassificationsByUniqueAttribute204Response | EntityUpdateClassificationsByUniqueAttributeDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse)

function isUnexpected(response: EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse)

function isUnexpected(response: EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityGetHeader200Response | EntityGetHeaderDefaultResponse)

function isUnexpected(response: EntityGetHeader200Response | EntityGetHeaderDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse)

function isUnexpected(response: EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityAddOrUpdateBusinessMetadata204Response | EntityAddOrUpdateBusinessMetadataDefaultResponse)

function isUnexpected(response: EntityAddOrUpdateBusinessMetadata204Response | EntityAddOrUpdateBusinessMetadataDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityRemoveBusinessMetadataAttributes204Response | EntityRemoveBusinessMetadataAttributesDefaultResponse)

function isUnexpected(response: EntityRemoveBusinessMetadataAttributes204Response | EntityRemoveBusinessMetadataAttributesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityAddOrUpdateBusinessMetadataAttributes204Response | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse)

function isUnexpected(response: EntityAddOrUpdateBusinessMetadataAttributes204Response | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityGetSampleBusinessMetadataTemplate200Response | EntityGetSampleBusinessMetadataTemplateDefaultResponse)

function isUnexpected(response: EntityGetSampleBusinessMetadataTemplate200Response | EntityGetSampleBusinessMetadataTemplateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse)

function isUnexpected(response: EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse)

function isUnexpected(response: EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntitySetLabels204Response | EntitySetLabelsDefaultResponse)

function isUnexpected(response: EntitySetLabels204Response | EntitySetLabelsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityAddLabel204Response | EntityAddLabelDefaultResponse)

function isUnexpected(response: EntityAddLabel204Response | EntityAddLabelDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityRemoveLabelsByUniqueAttribute204Response | EntityRemoveLabelsByUniqueAttributeDefaultResponse)

function isUnexpected(response: EntityRemoveLabelsByUniqueAttribute204Response | EntityRemoveLabelsByUniqueAttributeDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntitySetLabelsByUniqueAttribute204Response | EntitySetLabelsByUniqueAttributeDefaultResponse)

function isUnexpected(response: EntitySetLabelsByUniqueAttribute204Response | EntitySetLabelsByUniqueAttributeDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityAddLabelsByUniqueAttribute204Response | EntityAddLabelsByUniqueAttributeDefaultResponse)

function isUnexpected(response: EntityAddLabelsByUniqueAttribute204Response | EntityAddLabelsByUniqueAttributeDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(EntityMoveEntitiesToCollection200Response | EntityMoveEntitiesToCollectionDefaultResponse)

function isUnexpected(response: EntityMoveEntitiesToCollection200Response | EntityMoveEntitiesToCollectionDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryList200Response | GlossaryListDefaultResponse)

function isUnexpected(response: GlossaryList200Response | GlossaryListDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryCreate200Response | GlossaryCreateDefaultResponse)

function isUnexpected(response: GlossaryCreate200Response | GlossaryCreateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse)

function isUnexpected(response: GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse)

function isUnexpected(response: GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse)

function isUnexpected(response: GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse)

function isUnexpected(response: GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse)

function isUnexpected(response: GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse)

function isUnexpected(response: GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse)

function isUnexpected(response: GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse)

function isUnexpected(response: GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse)

function isUnexpected(response: GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse)

function isUnexpected(response: GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse)

function isUnexpected(response: GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse)

function isUnexpected(response: GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse)

function isUnexpected(response: GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse)

function isUnexpected(response: GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryListEntitiesAssignedWithTerm200Response | GlossaryListEntitiesAssignedWithTermDefaultResponse)

function isUnexpected(response: GlossaryListEntitiesAssignedWithTerm200Response | GlossaryListEntitiesAssignedWithTermDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse)

function isUnexpected(response: GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryDeleteTermAssignmentFromEntities204Response | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse)

function isUnexpected(response: GlossaryDeleteTermAssignmentFromEntities204Response | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse)

function isUnexpected(response: GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryGet200Response | GlossaryGetDefaultResponse)

function isUnexpected(response: GlossaryGet200Response | GlossaryGetDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryUpdate200Response | GlossaryUpdateDefaultResponse)

function isUnexpected(response: GlossaryUpdate200Response | GlossaryUpdateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryDelete204Response | GlossaryDeleteDefaultResponse)

function isUnexpected(response: GlossaryDelete204Response | GlossaryDeleteDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse)

function isUnexpected(response: GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse)

function isUnexpected(response: GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse)

function isUnexpected(response: GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse)

function isUnexpected(response: GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryListTerms200Response | GlossaryListTermsDefaultResponse)

function isUnexpected(response: GlossaryListTerms200Response | GlossaryListTermsDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse)

function isUnexpected(response: GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(DiscoveryQuery200Response | DiscoveryQueryDefaultResponse)

function isUnexpected(response: DiscoveryQuery200Response | DiscoveryQueryDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(DiscoverySuggest200Response | DiscoverySuggestDefaultResponse)

function isUnexpected(response: DiscoverySuggest200Response | DiscoverySuggestDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse)

function isUnexpected(response: DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(LineageGet200Response | LineageGetDefaultResponse)

function isUnexpected(response: LineageGet200Response | LineageGetDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(LineageGetNextPage200Response | LineageGetNextPageDefaultResponse)

function isUnexpected(response: LineageGetNextPage200Response | LineageGetNextPageDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse)

function isUnexpected(response: LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(RelationshipCreate200Response | RelationshipCreateDefaultResponse)

function isUnexpected(response: RelationshipCreate200Response | RelationshipCreateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(RelationshipUpdate200Response | RelationshipUpdateDefaultResponse)

function isUnexpected(response: RelationshipUpdate200Response | RelationshipUpdateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(RelationshipGet200Response | RelationshipGetDefaultResponse)

function isUnexpected(response: RelationshipGet200Response | RelationshipGetDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(RelationshipDelete204Response | RelationshipDeleteDefaultResponse)

function isUnexpected(response: RelationshipDelete204Response | RelationshipDeleteDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse)

function isUnexpected(response: TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetBusinessMetadataDefByName200Response | TypeGetBusinessMetadataDefByNameDefaultResponse)

function isUnexpected(response: TypeGetBusinessMetadataDefByName200Response | TypeGetBusinessMetadataDefByNameDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetClassificationDefByGuid200Response | TypeGetClassificationDefByGuidDefaultResponse)

function isUnexpected(response: TypeGetClassificationDefByGuid200Response | TypeGetClassificationDefByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetClassificationDefByName200Response | TypeGetClassificationDefByNameDefaultResponse)

function isUnexpected(response: TypeGetClassificationDefByName200Response | TypeGetClassificationDefByNameDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse)

function isUnexpected(response: TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse)

function isUnexpected(response: TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse)

function isUnexpected(response: TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse)

function isUnexpected(response: TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse)

function isUnexpected(response: TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse)

function isUnexpected(response: TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse)

function isUnexpected(response: TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse)

function isUnexpected(response: TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetByGuid200Response | TypeGetByGuidDefaultResponse)

function isUnexpected(response: TypeGetByGuid200Response | TypeGetByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetByName200Response | TypeGetByNameDefaultResponse)

function isUnexpected(response: TypeGetByName200Response | TypeGetByNameDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeDelete204Response | TypeDeleteDefaultResponse)

function isUnexpected(response: TypeDelete204Response | TypeDeleteDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeList200Response | TypeListDefaultResponse)

function isUnexpected(response: TypeList200Response | TypeListDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeBulkCreate200Response | TypeBulkCreateDefaultResponse)

function isUnexpected(response: TypeBulkCreate200Response | TypeBulkCreateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse)

function isUnexpected(response: TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse)

function isUnexpected(response: TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeListHeaders200Response | TypeListHeadersDefaultResponse)

function isUnexpected(response: TypeListHeaders200Response | TypeListHeadersDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse)

function isUnexpected(response: TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse): response

Parameter

Gibt zurück

response

isUnexpected(TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse)

function isUnexpected(response: TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse): response

Parameter

Gibt zurück

response