Ekinlikler
Power BI DataViz Dünya Şampiyonası
14 Şub 16 - 31 Mar 16
4 giriş şansıyla bir konferans paketi kazanabilir ve Las Vegas'taki LIVE Grand Finale'e gidebilirsiniz
Daha fazla bilgi edininBu tarayıcı artık desteklenmiyor.
En son özelliklerden, güvenlik güncelleştirmelerinden ve teknik destekten faydalanmak için Microsoft Edge’e yükseltin.
Microsoft Purview Data Map provides the foundation for data discovery and data governance. Microsoft Purview Data Map is a cloud native PaaS service that captures metadata about enterprise data present in analytics and operation systems on-premises and cloud. Azure Purview DataMap client provides a set of APIs in Purview Data Map Data Plane. For a full list of APIs, please refer to Data Map API.
This package contains Microsoft Azure PurviewDataMap client library.
Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-analytics-purview-datamap</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
Azure Identity package provides the default implementation for authenticating the client.
See [DataMap APIs][https://learn.microsoft.com/rest/api/purview/datamapdataplane/operation-groups?view=rest-purview-datamapdataplane-2023-09-01] for general introduction the API scenarios.
ClientSecretCredential cred = new ClientSecretCredentialBuilder()
.tenantId(Configuration.getGlobalConfiguration().get("TENANT_ID"))
.authorityHost(Configuration.getGlobalConfiguration().get("AUTHORITY_HOST"))
.clientId(Configuration.getGlobalConfiguration().get("CLIENT_ID"))
.clientSecret(Configuration.getGlobalConfiguration().get("CLIENT_SECRET"))
.build();
DataMapClientBuilder clientBuilder = new DataMapClientBuilder()
.endpoint(Configuration.getGlobalConfiguration().get("ENDPOINT"))
.credential(cred);
TypeDefinitionClient typeDefinitionClient = clientBuilder.buildTypeDefinitionClient();
AtlasEntityDef type = typeDefinitionClient.getEntityByName("AtlasGlossary");
For details on contributing to this repository, see the contributing guide.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Azure SDK for Java geri bildirimi
Azure SDK for Java, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin:
Ekinlikler
Power BI DataViz Dünya Şampiyonası
14 Şub 16 - 31 Mar 16
4 giriş şansıyla bir konferans paketi kazanabilir ve Las Vegas'taki LIVE Grand Finale'e gidebilirsiniz
Daha fazla bilgi edinin