Azure¶
Base class for Azure assets.
classDiagram
direction RL
class ADLS {
<<abstract>>
}
link ADLS "../adls"
class ObjectStore {
<<abstract>>
}
link ObjectStore "../entities/objectstore"
ObjectStore <|-- ADLS : extends
class Catalog {
<<abstract>>
}
link Catalog "../entities/catalog"
Catalog <|-- ObjectStore : extends
class Asset {
<<abstract>>
}
link Asset "../entities/asset"
Asset <|-- Catalog : extends
class Referenceable {
<<abstract>>
}
link Referenceable "../entities/referenceable"
Referenceable <|-- Asset : extends
class Azure {
<<abstract>>
}
link Azure "../azure"
Azure <|-- ADLS : extends
class Cloud {
<<abstract>>
}
link Cloud "../entities/cloud"
Cloud <|-- Azure : extends
Asset <|-- Cloud : extends
class ADLSAccount
link ADLSAccount "../entities/adlsaccount"
ADLS <|-- ADLSAccount : extends
class ADLSContainer
link ADLSContainer "../entities/adlscontainer"
ADLS <|-- ADLSContainer : extends
class ADLSObject
link ADLSObject "../entities/adlsobject"
ADLS <|-- ADLSObject : extends
class Kafka {
<<abstract>>
}
link Kafka "../entities/kafka"
class EventStore {
<<abstract>>
}
link EventStore "../entities/eventstore"
EventStore <|-- Kafka : extends
Catalog <|-- EventStore : extends
class AzureEventHub
link AzureEventHub "../entities/azureeventhub"
class KafkaTopic
link KafkaTopic "../entities/kafkatopic"
Kafka <|-- KafkaTopic : extends
KafkaTopic <|-- AzureEventHub : extends
class KafkaConsumerGroup
link KafkaConsumerGroup "../entities/kafkaconsumergroup"
Kafka <|-- KafkaConsumerGroup : extends
class AzureEventHubConsumerGroup
link AzureEventHubConsumerGroup "../entities/azureeventhubconsumergroup"
KafkaConsumerGroup <|-- AzureEventHubConsumerGroup : extends
Type-specific properties¶
Following are all the properties uniquely available on Azure
assets in Atlan.
adlsAccountSecondaryLocation
TBC | |
---|---|
1 2 3 |
|
-
Set the
adlsAccountSecondaryLocation
for aAzure
. -
Retrieve the
adlsAccountSecondaryLocation
from aAzure
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
adlsAccountSecondaryLocation
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
azureLocation
TBC | |
---|---|
1 2 3 |
|
-
Set the
azureLocation
for aAzure
. -
Retrieve the
azureLocation
from aAzure
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
azureLocation
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
azureResourceId
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
azureResourceId
for aAzure
. -
Retrieve the
azureResourceId
from aAzure
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
azureResourceId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
azureResourceId
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
azureTags
Tags that have been applied to this Azure asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
azureTags
for aAzure
. -
Retrieve the
azureTags
from aAzure
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
azureTags
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
adls_account_secondary_location
TBC | |
---|---|
1 2 3 |
|
-
Set the
adls_account_secondary_location
for aAzure
. -
Retrieve the
adls_account_secondary_location
from aAzure
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
adls_account_secondary_location
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
azure_location
TBC | |
---|---|
1 2 3 |
|
-
Set the
azure_location
for aAzure
. -
Retrieve the
azure_location
from aAzure
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
azure_location
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
azure_resource_id
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
azure_resource_id
for aAzure
. -
Retrieve the
azure_resource_id
from aAzure
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
azure_resource_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
azure_resource_id
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
azure_tags
TBC | |
---|---|
1 2 3 |
|
-
Set the
azure_tags
for aAzure
. -
Retrieve the
azure_tags
from aAzure
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
azure_tags
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
adlsAccountSecondaryLocation
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
adlsAccountSecondaryLocation
for aAzure
.For more details
For more information, see the asset CRUD snippets.
azureLocation
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
azureLocation
for aAzure
.For more details
For more information, see the asset CRUD snippets.
azureResourceId
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
azureResourceId
for aAzure
.For more details
For more information, see the asset CRUD snippets.
azureTags
Tags that have been applied to this Azure asset. | |
---|---|
1 2 3 4 5 6 7 8 |
|
-
Set the
azureTags
for aAzure
.For more details
For more information, see the asset CRUD snippets.